2014-12-15 11:31:34 +01:00

8 lines
129 B
Puppet

class motd {
file { '/etc/motd':
source => 'puppet:///modules/motd/motd',
owner => root,
group => root,
}
}