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/pam.pp | |
parent | ae891457d9c2a5cc5bcc7223e00152fdccce1d7b (diff) | |
download | puppet-nodo-5b8827a1b5bbf04e17a31be00d8cdd599362c9d3.tar.gz puppet-nodo-5b8827a1b5bbf04e17a31be00d8cdd599362c9d3.tar.bz2 |
Moving site-nodo
Diffstat (limited to 'manifests/subsystems/pam.pp')
-rw-r--r-- | manifests/subsystems/pam.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/subsystems/pam.pp b/manifests/subsystems/pam.pp index 806fa60..2e75ddd 100644 --- a/manifests/subsystems/pam.pp +++ b/manifests/subsystems/pam.pp @@ -26,8 +26,8 @@ class pam { owner => root, group => root, mode => 0644, - source => [ "puppet:///modules/site-nodo/security/pam_mount.conf.xml.$lsbdistcodename", - "puppet:///modules/site-nodo/security/pam_mount.conf.xml", + source => [ "puppet:///modules/site_nodo/security/pam_mount.conf.xml.$lsbdistcodename", + "puppet:///modules/site_nodo/security/pam_mount.conf.xml", ], } } |