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

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

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

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