Put lw01,lw02,lw03,lw04,lw09,lw10 into a snapshot_base class and include that also...
[mirror/dsa-puppet.git] / modules / roles / manifests / broken_rtc.pp
1 # Hosts with a broken or no RTC (real time clock)
2 class roles::broken_rtc {
3   ensure_packages ( [
4     'fake-hwclock',
5   ], {
6     ensure => 'installed',
7   })
8
9   include ntpdate
10 }