diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-22 12:56:24 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-22 12:56:24 -0200 |
commit | 616d2575015a57407cd0a930b8cd16b0b29aecb6 (patch) | |
tree | c19024bf97fd737511a22acd0029fc48cff905c1 /manifests/removable.pp | |
parent | fb6d9071efc4ebc47d34ed0ab263e55d5ed143a6 (diff) | |
download | puppet-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.pp | 4 |
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", } } |