From: Silvio Rhatto Date: Sat, 19 Jan 2013 18:47:10 +0000 (-0200) Subject: Mino cleanup X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=f05b524d8cdac05b5672dd91d17ee474c306653b;p=puppet-nodo.git Mino cleanup --- diff --git a/manifests/kvm.pp b/manifests/kvm.pp index 2010cf9..2686cd8 100644 --- a/manifests/kvm.pp +++ b/manifests/kvm.pp @@ -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",