forked from SUNET/soc-ops
Bugfix.
This commit is contained in:
parent
f01b8efa63
commit
6c64162f36
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ class soc::naemon_monitor (
|
||||||
if $acme_provider == 'dehydrated' {
|
if $acme_provider == 'dehydrated' {
|
||||||
class { 'sunet::dehydrated::client': domain => $domain, ssl_links => true }
|
class { 'sunet::dehydrated::client': domain => $domain, ssl_links => true }
|
||||||
} elsif $acme_provider == 'acme-d' {
|
} elsif $acme_provider == 'acme-d' {
|
||||||
class { 'sunet::certbot::acmed' }
|
class { 'sunet::certbot::acmed': }
|
||||||
file { '/opt/naemon_monitor/apache-thruk.conf':
|
file { '/opt/naemon_monitor/apache-thruk.conf':
|
||||||
ensure => file,
|
ensure => file,
|
||||||
content => template('soc/naemon_monitor/apache-thruk.conf.erb'),
|
content => template('soc/naemon_monitor/apache-thruk.conf.erb'),
|
||||||
|
|
Loading…
Add table
Reference in a new issue