aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystems/mount.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-19 19:25:17 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-19 19:25:17 -0200
commit5b8827a1b5bbf04e17a31be00d8cdd599362c9d3 (patch)
tree64413e51428c1e27c5c7d12db05379cf0ec647a1 /manifests/subsystems/mount.pp
parentae891457d9c2a5cc5bcc7223e00152fdccce1d7b (diff)
downloadpuppet-nodo-5b8827a1b5bbf04e17a31be00d8cdd599362c9d3.tar.gz
puppet-nodo-5b8827a1b5bbf04e17a31be00d8cdd599362c9d3.tar.bz2
Moving site-nodo
Diffstat (limited to 'manifests/subsystems/mount.pp')
-rw-r--r--manifests/subsystems/mount.pp6
1 files changed, 3 insertions, 3 deletions
diff --git a/manifests/subsystems/mount.pp b/manifests/subsystems/mount.pp
index 7e2f4b6..3fcee58 100644
--- a/manifests/subsystems/mount.pp
+++ b/manifests/subsystems/mount.pp
@@ -2,9 +2,9 @@ class mount {
class { autofs: }
file { '/etc/auto.removable':
- source => [ "puppet:///modules/site-nodo/etc/${::fqdn}/auto.removable",
- "puppet:///modules/site-nodo/etc/${::domain}/auto.removable",
- "puppet:///modules/site-nodo/etc/auto.removable",
+ source => [ "puppet:///modules/site_nodo/etc/${::fqdn}/auto.removable",
+ "puppet:///modules/site_nodo/etc/${::domain}/auto.removable",
+ "puppet:///modules/site_nodo/etc/auto.removable",
"puppet:///modules/nodo/etc/auto.removable.${::operatingssystem}",
"puppet:///modules/nodo/etc/auto.removable" ],
notify => Service[autofs],