aboutsummaryrefslogtreecommitdiff
path: root/manifests/removable.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-04-03 00:27:18 -0300
committerSilvio Rhatto <rhatto@riseup.net>2010-04-03 00:27:18 -0300
commit8fbfc939ab3bee7cfc87e6eaf1a19a4533adf95b (patch)
tree214e204d85a949438db7f1b06e94c15e4776748b /manifests/removable.pp
parent86443abe71d218b125dc8f3ad887b71c83c94798 (diff)
downloadpuppet-nodo-8fbfc939ab3bee7cfc87e6eaf1a19a4533adf95b.tar.gz
puppet-nodo-8fbfc939ab3bee7cfc87e6eaf1a19a4533adf95b.tar.bz2
Adding nodo::removable (2)
Diffstat (limited to 'manifests/removable.pp')
-rw-r--r--manifests/removable.pp4
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",
}
}