puppet: Include motd

refs #6842
This commit is contained in:
Eric Lippmann 2014-12-15 11:32:02 +01:00
parent 088455a164
commit efe7044cc2

View File

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