Displaying 1 result from an estimated 1 matches for "linux_acls".
2012 Jul 19
2
Problem with puppet-concat
...lients = "*.mycompany.co.uk",
$nfs_options = "no_root_squash,rw,sync",
$cifs_comment = "Share $share",
$cifs_browseable = yes,
$cifs_writable = yes,
$linux_acls = undef,
) {
concat::fragment{"exports_$share":
target => "/etc/exports",
order => 2,
content => template("nas/exports.erb"),
}
concat::fragment{"smb.conf_$share":
targ...