This commit is contained in:
Henrik Feldt 2013-11-26 12:14:03 +01:00
parent afdda8622a
commit 24e0cda13e

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
}
}