]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Adding nodo::removable (2)
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 3 Apr 2010 03:27:18 +0000 (00:27 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 3 Apr 2010 03:27:18 +0000 (00:27 -0300)
manifests/removable.pp

index 2dd994cd470ccbc60e26cec16d19971b16bcb639..ee7c369a2baba5957aec4e91d62f25da589d797e 100644 (file)
@@ -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",
   }
 }