From 8fbfc939ab3bee7cfc87e6eaf1a19a4533adf95b Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 3 Apr 2010 00:27:18 -0300 Subject: Adding nodo::removable (2) --- 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 2dd994c..ee7c369 100644 --- a/manifests/removable.pp +++ b/manifests/removable.pp @@ -1,11 +1,11 @@ class nodo::removable inherits nodo::desktop { # fstab - File { "/etc/fstab": + File["/etc/fstab"] { source => "puppet://$server/modules/nodo/etc/fstab/removable", } # crypttab - File { "/etc/crypttab": + File["/etc/crypttab"] { source => "puppet://$server/modules/nodo/etc/crypttab/removable", } } -- cgit v1.2.3