From 45eab2737c051d42d3f850c688b16756b58e5e0a Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 26 Sep 2010 19:25:19 -0300 Subject: Folder for cdrom --- manifests/physical.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, } -- cgit v1.2.3