From: Silvio Rhatto Date: Sun, 26 Sep 2010 22:25:19 +0000 (-0300) Subject: Folder for cdrom X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=45eab2737c051d42d3f850c688b16756b58e5e0a;p=puppet-nodo.git Folder for cdrom --- 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, }