aboutsummaryrefslogtreecommitdiff
path: root/manifests/physical.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-28 18:08:45 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-28 18:08:45 -0200
commite5b5328d7bc837ede9e9b6bf0db6f25370001d61 (patch)
treecd381b223a8f540c25d313931ff1aa4d47db35c6 /manifests/physical.pp
parent021ea7edd7a14a94b8d45dd382ba59af4f310505 (diff)
downloadpuppet-nodo-e5b5328d7bc837ede9e9b6bf0db6f25370001d61.tar.gz
puppet-nodo-e5b5328d7bc837ede9e9b6bf0db6f25370001d61.tar.bz2
Moving some stuff at host and personal classes
Diffstat (limited to 'manifests/physical.pp')
-rw-r--r--manifests/physical.pp6
1 files changed, 0 insertions, 6 deletions
diff --git a/manifests/physical.pp b/manifests/physical.pp
index 5f9ffb6..887eb8d 100644
--- a/manifests/physical.pp
+++ b/manifests/physical.pp
@@ -12,12 +12,6 @@ class nodo::physical inherits nodo::host {
}
}
- # Removable media folder
- file { [ "/media/usb", "/media/cdrom", "/media/tablet", "/media/phone" ]:
- ensure => directory,
- mode => 0755,
- }
-
# Entropy key
$ekey_masterkey = hiera('nodo::physical::ekey_masterkey', '')
if $ekey_masterkey != '' {