Merge pull request #111 from haf/patch-1

See #67
This commit is contained in:
Ashley Penney 2013-11-26 05:33:29 -08:00
commit 68da185f4e

View file

@ -49,8 +49,8 @@ class motd {
# /etc/motd.local
concat::fragment{"motd_local":
target => $motd,
ensure => "/etc/motd.local",
order => 15
source => "/etc/motd.local",
order => 15
}
}