From f48a285b1c5b79937116aefa46d28f87a9cae3a9 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 18 Sep 2010 19:52:43 -0300 Subject: Managing removeable media folder at nodo::physical --- manifests/physical.pp | 6 ++++++ 1 file changed, 6 insertions(+) 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, + } } -- cgit v1.2.3