link to server.pem
This commit is contained in:
parent
e324e787c4
commit
9148356ee7
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ class md_publisher(Array $allow_clients = ['any'], $keyname = undef, String $dir
|
||||||
} ->
|
} ->
|
||||||
file {'/etc/lighttpd/server.pem':
|
file {'/etc/lighttpd/server.pem':
|
||||||
ensure => 'link',
|
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' } ->
|
apparmor::profile { 'usr.sbin.lighttpd': source => '/etc/apparmor-cosmos/usr.sbin.lighttpd' } ->
|
||||||
service {'lighttpd': ensure => running } ->
|
service {'lighttpd': ensure => running } ->
|
||||||
|
|
Loading…
Add table
Reference in a new issue