mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-08-21 09:48:12 +02:00
8 lines
129 B
Puppet
8 lines
129 B
Puppet
class motd {
|
|
file { '/etc/motd':
|
|
source => 'puppet:///modules/motd/motd',
|
|
owner => root,
|
|
group => root,
|
|
}
|
|
}
|