this is now a template
[mirror/dsa-puppet.git] / modules / sudo / manifests / init.pp
index d774a8f..887168c 100644 (file)
@@ -5,8 +5,7 @@ class sudo {
                owner   => root,
                group   => root,
                mode    => 440,
-               source  => [ "puppet:///modules/sudo/per-host/$fqdn/sudoers",
-                            "puppet:///modules/sudo/common/sudoers" ],
+               content => template("sudo/sudoers.erb"),
                require => Package["sudo"]
                 ;
               "/etc/pam.d/sudo":