link to server.pem

This commit is contained in:
Leif Johansson 2018-02-12 01:00:20 +01:00
parent e324e787c4
commit 9148356ee7

View file

@ -163,7 +163,7 @@ class md_publisher(Array $allow_clients = ['any'], $keyname = undef, String $dir
} ->
file {'/etc/lighttpd/server.pem':
ensure => 'link',
target => '/etc/ssl/private/${_keyname}.pem'
target => "/etc/ssl/private/${_keyname}.pem"
} ->
apparmor::profile { 'usr.sbin.lighttpd': source => '/etc/apparmor-cosmos/usr.sbin.lighttpd' } ->
service {'lighttpd': ensure => running } ->