Antoine Beaupré 11 years ago
parent
commit
81a06483fc
1 changed files with 1 additions and 1 deletions
  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,