diff options
Diffstat (limited to 'manifests/physical.pp')
| -rw-r--r-- | manifests/physical.pp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/manifests/physical.pp b/manifests/physical.pp index 229072d..4805a53 100644 --- a/manifests/physical.pp +++ b/manifests/physical.pp @@ -52,7 +52,7 @@ class nodo::physical inherits nodo {      config => "user root\ngroup disk",    } -  # Removeable media folder +  # Removable media folder    file { [ "/media/usb", "/media/cdrom" ]:      ensure => directory,      mode   => 0755, | 
