enable use of extended attributes on cmdline
This commit is contained in:
parent
59a21ffbf8
commit
2a30ead937
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ class md_publisher(Array $allow_clients=['any'], $keyname=undef, String $dir="/v
|
|||
ssh_key => safe_hiera('publisher_ssh_key'),
|
||||
ssh_key_type => safe_hiera('publisher_ssh_key_type')
|
||||
} ->
|
||||
package {'lighttpd': ensure => latest } ->
|
||||
package {['lighttpd','attr']: ensure => latest } ->
|
||||
exec {'enable-ssl':
|
||||
command => "/usr/sbin/lighttpd-enable-mod ssl",
|
||||
onlyif => "test ! -h /etc/lighttpd/conf-enabled/*ssl*"
|
||||
|
|
Loading…
Add table
Reference in a new issue