This commit is contained in:
Johan Björklund 2024-11-27 15:57:36 +01:00
parent f01b8efa63
commit 6c64162f36
Signed by untrusted user: bjorklund
GPG key ID: 5E8401339C7F5037

View file

@ -86,7 +86,7 @@ class soc::naemon_monitor (
if $acme_provider == 'dehydrated' {
class { 'sunet::dehydrated::client': domain => $domain, ssl_links => true }
} elsif $acme_provider == 'acme-d' {
class { 'sunet::certbot::acmed' }
class { 'sunet::certbot::acmed': }
file { '/opt/naemon_monitor/apache-thruk.conf':
ensure => file,
content => template('soc/naemon_monitor/apache-thruk.conf.erb'),