aboutsummaryrefslogtreecommitdiff
path: root/manifests/base/raspberrypi.pp
blob: 7ca658af48dbcc2d3fec4fc3a7defe5609e4e7a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
class nodo::base::raspberrypi {
  include syslog-ng
  include nodo::utils::physical
  include nodo::utils::storage::archive

  nodo::subsystem::monkeysphere { "${::hostname}": }

  class { [ 'firewall', 'ntp::ntpdate' ]: }

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