diff options
Diffstat (limited to 'manifests/physical.pp')
-rw-r--r-- | manifests/physical.pp | 6 |
1 files changed, 6 insertions, 0 deletions
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, + } } |