aboutsummaryrefslogtreecommitdiff
path: root/manifests/base/raspberrypi.pp
blob: 1dc2acd9d0e1731a974eb8a8cfbd4338be379436 (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

  monkeysphere_host { "${::hostname}": }

  # Currently no firewall
  class { [ 'ntp::ntpdate' ]: }

  backupninja::sys { "sys":
    ensure     => present,
  }
}