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