diff --git a/.vagrant-puppet/files/etc/motd b/.vagrant-puppet/files/etc/motd new file mode 100644 index 000000000..5b5c7973f --- /dev/null +++ b/.vagrant-puppet/files/etc/motd @@ -0,0 +1,17 @@ + ______ ___ +/\__ _\ __ /'___`\ +\/_/\ \/ ___ /\_\ ___ __ __ /\_\ /\ \ + \ \ \ /'___\/\ \ /' _ `\ /'_ `\ /'__`\ \/_/// /__ + \_\ \__/\ \__/\ \ \/\ \/\ \/\ \L\ \/\ \L\.\_ // /_\ \ + /\_____\ \____\\ \_\ \_\ \_\ \____ \ \__/.\_\ /\______/ + \/_____/\/____/ \/_/\/_/\/_/\/___L\ \/__/\/_/ \/_____/ + /\____/ + \_/__/ + __ __ __ +/\ \ __/\ \ /\ \ +\ \ \/\ \ \ \ __\ \ \____ + \ \ \ \ \ \ \ /'__`\ \ '__`\ + \ \ \_/ \_\ \/\ __/\ \ \L\ \ + \ `\___x___/\ \____\\ \_,__/ + '\/__//__/ \/____/ \/___/ + diff --git a/.vagrant-puppet/manifests/default.pp b/.vagrant-puppet/manifests/default.pp index 35309bd6c..ccc47103d 100644 --- a/.vagrant-puppet/manifests/default.pp +++ b/.vagrant-puppet/manifests/default.pp @@ -350,3 +350,7 @@ file { ['/etc/icinga2-web/', owner => 'apache', group => 'apache' } + +file { '/etc/motd': + source => 'puppet:////vagrant/.vagrant-puppet/files/etc/motd' +}