]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
More media folders
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 8 Jan 2013 00:07:57 +0000 (22:07 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 8 Jan 2013 00:07:57 +0000 (22:07 -0200)
manifests/kvm.pp
manifests/physical.pp

index 3a30bee5d041092b73cc5239057adfe98b55e897..2687a2408696c48f9bacf3c3bc3ccfcd98642ed5 100644 (file)
@@ -61,9 +61,10 @@ class nodo::kvm inherits nodo {
     port => '4900',
   }
 
+  # TODO: remove in the future
   # Removable media folder
   file { [ "/media/usb", "/media/cdrom" ]:
-    ensure => directory,
+    ensure => absent,
     mode   => 0755,
   }
 
index cc0e7f65d83b2736300f992a4a3e306f5146322f..1c959be6712738e27478b859401ce0e6d7da201f 100644 (file)
@@ -70,7 +70,7 @@ class nodo::physical inherits nodo {
   }
 
   # Removable media folder
-  file { [ "/media/usb", "/media/cdrom" ]:
+  file { [ "/media/usb", "/media/cdrom", "/media/tablet", "/media/phone" ]:
     ensure => directory,
     mode   => 0755,
   }