diff options
Diffstat (limited to 'manifests/physical.pp')
| -rw-r--r-- | manifests/physical.pp | 6 | 
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 != '' {  | 
