From e3288c07db845973e5c8c041a2620539a9be2ebd Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 9 May 2013 18:30:11 -0300 Subject: Adding raspberrypi support --- manifests/base/raspberrypi.pp | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 manifests/base/raspberrypi.pp (limited to 'manifests/base') diff --git a/manifests/base/raspberrypi.pp b/manifests/base/raspberrypi.pp new file mode 100644 index 0000000..b8f0fee --- /dev/null +++ b/manifests/base/raspberrypi.pp @@ -0,0 +1,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, + } +} -- cgit v1.2.3