Antoine Beaupré %!s(int64=11) %!d(string=hai) anos
pai
achega
81a06483fc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      manifests/user_alias.pp

+ 1 - 1
manifests/user_alias.pp

@@ -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,