aboutsummaryrefslogtreecommitdiff
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
parent0bf2b6b49e614c10e71fc74654528594368a2ea9 (diff)
downloadpuppet-nodo-f68a6724ba40ecf05e08718c19877565b13a626d.tar.gz
puppet-nodo-f68a6724ba40ecf05e08718c19877565b13a626d.tar.bz2
More media folders
-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,
}