diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-09-26 19:25:19 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-09-26 19:25:19 -0300 |
commit | 45eab2737c051d42d3f850c688b16756b58e5e0a (patch) | |
tree | 57c5be046150ad02ba408ee723a6323672110d67 | |
parent | 22c56dc0ee1607dc56931279c82a4bb2c353c023 (diff) | |
download | puppet-nodo-45eab2737c051d42d3f850c688b16756b58e5e0a.tar.gz puppet-nodo-45eab2737c051d42d3f850c688b16756b58e5e0a.tar.bz2 |
Folder for cdrom
-rw-r--r-- | manifests/physical.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/physical.pp b/manifests/physical.pp index dfb32b4..fa58884 100644 --- a/manifests/physical.pp +++ b/manifests/physical.pp @@ -59,7 +59,7 @@ class nodo::physical inherits nodo { } # Removeable media folder - file { "/media/usb": + file { [ "/media/usb", "/media/cdrom" ]: ensure => directory, mode => 0755, } |