aboutsummaryrefslogtreecommitdiff
path: root/manifests/kvm.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/kvm.pp')
-rw-r--r--manifests/kvm.pp7
1 files changed, 0 insertions, 7 deletions
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",