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