mirror of
https://github.com/Adam-Ant/puppet-motd
synced 2025-07-01 13:00:56 +00:00
Update facts for legacy facter support
This commit is contained in:
@ -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':
|
||||
|
Reference in New Issue
Block a user