diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-09-13 13:42:52 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-09-13 13:42:52 -0300 |
commit | ef56fb3453b498bf4f16ec7964677ec054a5f753 (patch) | |
tree | 072b672be62f39e9d846bebb6269a6f76b09a26e /manifests/physical.pp | |
parent | 3c220c51e0bc99b25120ba8998463b907bf42ac7 (diff) | |
download | puppet-nodo-ef56fb3453b498bf4f16ec7964677ec054a5f753.tar.gz puppet-nodo-ef56fb3453b498bf4f16ec7964677ec054a5f753.tar.bz2 |
Typo
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, |