aboutsummaryrefslogtreecommitdiff
path: root/manifests/physical.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-09-26 19:25:19 -0300
committerSilvio Rhatto <rhatto@riseup.net>2010-09-26 19:25:19 -0300
commit45eab2737c051d42d3f850c688b16756b58e5e0a (patch)
tree57c5be046150ad02ba408ee723a6323672110d67 /manifests/physical.pp
parent22c56dc0ee1607dc56931279c82a4bb2c353c023 (diff)
downloadpuppet-nodo-45eab2737c051d42d3f850c688b16756b58e5e0a.tar.gz
puppet-nodo-45eab2737c051d42d3f850c688b16756b58e5e0a.tar.bz2
Folder for cdrom
Diffstat (limited to 'manifests/physical.pp')
-rw-r--r--manifests/physical.pp2
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,
}