From: Silvio Rhatto Date: Tue, 13 Sep 2011 16:42:52 +0000 (-0300) Subject: Typo X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=ef56fb3453b498bf4f16ec7964677ec054a5f753;p=puppet-nodo.git Typo --- 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,