aboutsummaryrefslogtreecommitdiff
path: root/manifests/physical.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-07 22:07:57 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-07 22:07:57 -0200
commitf68a6724ba40ecf05e08718c19877565b13a626d (patch)
tree48615b4228caf9e2d7a8cbe13f128fdd90039c1d /manifests/physical.pp
parent0bf2b6b49e614c10e71fc74654528594368a2ea9 (diff)
downloadpuppet-nodo-f68a6724ba40ecf05e08718c19877565b13a626d.tar.gz
puppet-nodo-f68a6724ba40ecf05e08718c19877565b13a626d.tar.bz2
More media folders
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,
}