Fix doco typo
This commit is contained in:
parent
03ac60902b
commit
3c46b82d09
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue