enable extended attributes for mime-types

This commit is contained in:
Leif Johansson 2019-01-08 10:33:08 +01:00
parent 1a0bdc444c
commit 59a21ffbf8

View file

@ -229,7 +229,7 @@ class md_publisher(Array $allow_clients=['any'], $keyname=undef, String $dir="/v
mode => '0640',
owner => 'root',
group => 'root',
content => inline_template("mimetype.use-xattr = \"enable\"")
content => inline_template("mimetype.use-xattr = \"enable\"\n")
} ->
service {'lighttpd': ensure => running } ->
sunet::misc::ufw_allow {'allow-lighttpd':