aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/kvm.pp3
-rw-r--r--manifests/physical.pp2
2 files changed, 3 insertions, 2 deletions
diff --git a/manifests/kvm.pp b/manifests/kvm.pp
index 3a30bee..2687a24 100644
--- a/manifests/kvm.pp
+++ b/manifests/kvm.pp
@@ -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,
}
diff --git a/manifests/physical.pp b/manifests/physical.pp
index cc0e7f6..1c959be 100644
--- a/manifests/physical.pp
+++ b/manifests/physical.pp
@@ -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,
}