enable extended attributes for mime-types
This commit is contained in:
parent
1a0bdc444c
commit
59a21ffbf8
1 changed files with 1 additions and 1 deletions
|
@ -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':
|
||||
|
|
Loading…
Add table
Reference in a new issue