diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-04-03 00:27:18 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-04-03 00:27:18 -0300 |
commit | 8fbfc939ab3bee7cfc87e6eaf1a19a4533adf95b (patch) | |
tree | 214e204d85a949438db7f1b06e94c15e4776748b /manifests | |
parent | 86443abe71d218b125dc8f3ad887b71c83c94798 (diff) | |
download | puppet-nodo-8fbfc939ab3bee7cfc87e6eaf1a19a4533adf95b.tar.gz puppet-nodo-8fbfc939ab3bee7cfc87e6eaf1a19a4533adf95b.tar.bz2 |
Adding nodo::removable (2)
Diffstat (limited to 'manifests')
-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", } } |