enable use of extended attributes on cmdline

This commit is contained in:
Leif Johansson 2019-01-08 10:35:11 +01:00
parent 59a21ffbf8
commit 2a30ead937

View file

@ -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*"