From: Silvio Rhatto Date: Sat, 18 Sep 2010 22:52:43 +0000 (-0300) Subject: Managing removeable media folder at nodo::physical X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=f48a285b1c5b79937116aefa46d28f87a9cae3a9;p=puppet-nodo.git Managing removeable media folder at nodo::physical --- diff --git a/manifests/physical.pp b/manifests/physical.pp index 65e66ab..a16f64a 100644 --- a/manifests/physical.pp +++ b/manifests/physical.pp @@ -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, + } }