]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Mino cleanup
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 19 Jan 2013 18:47:10 +0000 (16:47 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 19 Jan 2013 18:47:10 +0000 (16:47 -0200)
manifests/kvm.pp

index 2010cf9c93fdb2a9a793d51ed0bf0bab74a6a298..2686cd8e4e8231d7fd2fa8c68c67741518fa0d2e 100644 (file)
@@ -69,13 +69,6 @@ class nodo::kvm inherits nodo {
     port => '4900',
   }
 
-  # TODO: remove in the future
-  # Removable media folder
-  file { [ "/media/usb", "/media/cdrom" ]:
-    ensure => absent,
-    mode   => 0755,
-  }
-
   # fstab
   file { "/etc/fstab":
     source  => "puppet://$server/modules/nodo/etc/fstab/kvm",