diff options
-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 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", } } |