1
0
mirror of https://github.com/Adam-Ant/puppet-motd synced 2026-06-14 09:14:17 +00:00

Update facts for legacy facter support

This commit is contained in:
Adam Dodman
2018-02-22 15:05:43 +00:00
parent 56b3923c99
commit c1a606b8dd
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
#
class motd {
$motd_hash = {
'ascii' => generate('/bin/sh', '-c', "/usr/bin/figlet -cw 60 ${$facts['networking']['hostname']}"),
'ascii' => generate('/bin/sh', '-c', "/usr/bin/figlet -cw 60 ${$facts['hostname']}"),
}
file { '/etc/motd':