diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-19 19:25:17 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-19 19:25:17 -0200 |
commit | 5b8827a1b5bbf04e17a31be00d8cdd599362c9d3 (patch) | |
tree | 64413e51428c1e27c5c7d12db05379cf0ec647a1 /manifests/subsystems/sudo.pp | |
parent | ae891457d9c2a5cc5bcc7223e00152fdccce1d7b (diff) | |
download | puppet-nodo-5b8827a1b5bbf04e17a31be00d8cdd599362c9d3.tar.gz puppet-nodo-5b8827a1b5bbf04e17a31be00d8cdd599362c9d3.tar.bz2 |
Moving site-nodo
Diffstat (limited to 'manifests/subsystems/sudo.pp')
-rw-r--r-- | manifests/subsystems/sudo.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/subsystems/sudo.pp b/manifests/subsystems/sudo.pp index 88f45a1..c3e18e7 100644 --- a/manifests/subsystems/sudo.pp +++ b/manifests/subsystems/sudo.pp @@ -5,7 +5,7 @@ class sudo { } file { "/etc/sudoers": - source => [ "puppet:///modules/site-nodo/etc/sudoers/$hostname", + source => [ "puppet:///modules/site_nodo/etc/sudoers/$hostname", "puppet:///modules/nodo/etc/sudoers" ], owner => "root", group => "root", |