puppet: Include motd

refs #6842
This commit is contained in:
Eric Lippmann 2014-12-15 11:32:02 +01:00
parent 088455a164
commit efe7044cc2
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
node 'localhost' {
include icinga2_dev
include icingaweb2_dev
include motd
}