aboutsummaryrefslogtreecommitdiff
path: root/manifests/removable.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-22 12:56:24 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-22 12:56:24 -0200
commit616d2575015a57407cd0a930b8cd16b0b29aecb6 (patch)
treec19024bf97fd737511a22acd0029fc48cff905c1 /manifests/removable.pp
parentfb6d9071efc4ebc47d34ed0ab263e55d5ed143a6 (diff)
downloadpuppet-nodo-616d2575015a57407cd0a930b8cd16b0b29aecb6.tar.gz
puppet-nodo-616d2575015a57407cd0a930b8cd16b0b29aecb6.tar.bz2
Adding fstab and crypttab classes
Diffstat (limited to 'manifests/removable.pp')
-rw-r--r--manifests/removable.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/removable.pp b/manifests/removable.pp
index ee7c369..9b0a723 100644
--- a/manifests/removable.pp
+++ b/manifests/removable.pp
@@ -1,11 +1,11 @@
class nodo::removable inherits nodo::desktop {
# fstab
File["/etc/fstab"] {
- source => "puppet://$server/modules/nodo/etc/fstab/removable",
+ source => "puppet:///modules/nodo/etc/fstab/removable",
}
# crypttab
File["/etc/crypttab"] {
- source => "puppet://$server/modules/nodo/etc/crypttab/removable",
+ source => "puppet:///modules/nodo/etc/crypttab/removable",
}
}