]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Managing removeable media folder at nodo::physical
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 18 Sep 2010 22:52:43 +0000 (19:52 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 18 Sep 2010 22:52:43 +0000 (19:52 -0300)
manifests/physical.pp

index 65e66ab3df21bb36b7fa48557ef8cc64e8bf88cf..a16f64a9d692c981893e1a7a7e11487b11ef38d3 100644 (file)
@@ -54,4 +54,10 @@ class nodo::physical inherits nodo {
     ensure => "smart_",
     config => "user root\ngroup disk",
   }
+
+  # Removeable media folder
+  file { "/media/usb":
+    ensure => directory,
+    mode   => 0755,
+  }
 }