From: R.I.Pienaar Date: Wed, 19 Jan 2011 17:36:20 +0000 (+0000) Subject: Fix doco typo X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=3c46b82d09a9ce7ebf66b42b342a753e59b6d467;p=puppet-concat.git Fix doco typo --- 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.