diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-07 22:07:57 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-07 22:07:57 -0200 |
commit | f68a6724ba40ecf05e08718c19877565b13a626d (patch) | |
tree | 48615b4228caf9e2d7a8cbe13f128fdd90039c1d /manifests | |
parent | 0bf2b6b49e614c10e71fc74654528594368a2ea9 (diff) | |
download | puppet-nodo-f68a6724ba40ecf05e08718c19877565b13a626d.tar.gz puppet-nodo-f68a6724ba40ecf05e08718c19877565b13a626d.tar.bz2 |
More media folders
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/kvm.pp | 3 | ||||
-rw-r--r-- | manifests/physical.pp | 2 |
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, } |