diff options
author | R.I.Pienaar <rip@devco.net> | 2011-01-19 17:36:20 +0000 |
---|---|---|
committer | R.I.Pienaar <rip@devco.net> | 2011-01-19 17:36:20 +0000 |
commit | 3c46b82d09a9ce7ebf66b42b342a753e59b6d467 (patch) | |
tree | 41d6c5dfbffff3a44bb77657eac8b547f690f920 | |
parent | 03ac60902b008ccfc961cc5135f6ba031ee44141 (diff) | |
download | puppet-concat-3c46b82d09a9ce7ebf66b42b342a753e59b6d467.tar.gz puppet-concat-3c46b82d09a9ce7ebf66b42b342a753e59b6d467.tar.bz2 |
Fix doco typo
-rw-r--r-- | README.markdown | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.markdown b/README.markdown index 3f32509..1945150 100644 --- a/README.markdown +++ b/README.markdown @@ -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. |