From 616d2575015a57407cd0a930b8cd16b0b29aecb6 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 22 Jan 2013 12:56:24 -0200 Subject: Adding fstab and crypttab classes --- manifests/removable.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manifests/removable.pp') 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", } } -- cgit v1.2.3