This commit is contained in:
Antoine Beaupré 2013-06-22 13:48:10 -04:00
parent 73c5057e01
commit 81a06483fc

View file

@ -3,7 +3,7 @@ define sudo::user_alias (
$ensure = 'present'
) {
# this is 00-prefixed so that it's defined before the other definitions
file { "${sudo::dir}/etc/sudoers.d/00-user_alias-${title}":
file { "${sudo::dir}/00-user_alias-${title}":
ensure => $ensure,
owner => 'root',
group => 0,