Fix doco typo

This commit is contained in:
R.I.Pienaar 2011-01-19 17:36:20 +00:00
parent 03ac60902b
commit 3c46b82d09

View file

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