]> gitweb.fluxo.info Git - puppet-concat.git/commitdiff
Fix doco typo
authorR.I.Pienaar <rip@devco.net>
Wed, 19 Jan 2011 17:36:20 +0000 (17:36 +0000)
committerR.I.Pienaar <rip@devco.net>
Wed, 19 Jan 2011 17:36:20 +0000 (17:36 +0000)
README.markdown

index 3f32509770a18f71785508dda4983a29d7059e3a..1945150dc6c128362445fbfdf38f9c9c82d6ffb7 100644 (file)
@@ -32,7 +32,7 @@ class motd {
    include concat::setup
    $motd = "/etc/motd"
 
-   concat{$motd,
+   concat{$motd:
       owner => root,
       group => root,
       mode  => 644
@@ -84,7 +84,7 @@ Known Issues:
 
 Contributors:
 -------------
-**Paul Elliot**   
+**Paul Elliot**
 
  * Provided 0.24.8 support, shell warnings and empty file creation support.