blob: 0a426d9cfdc7c3fc0b6d23e027fcce3436d9810e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
class nodo::base::raspberrypi {
include syslog-ng
include nodo::utils::physical
include nodo::utils::storage::archive
nodo::subsystem::monkeysphere { "${::hostname}": }
# Currently no firewall
class { [ 'ntp::ntpdate' ]: }
backupninja::sys { "sys":
ensure => present,
}
}
|