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

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

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

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