aboutsummaryrefslogtreecommitdiff
path: root/manifests/base/raspberrypi.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/base/raspberrypi.pp')
-rw-r--r--manifests/base/raspberrypi.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/base/raspberrypi.pp b/manifests/base/raspberrypi.pp
index cba616f..80faab3 100644
--- a/manifests/base/raspberrypi.pp
+++ b/manifests/base/raspberrypi.pp
@@ -2,7 +2,8 @@ class nodo::base::raspberrypi {
include nodo::utils::physical
include nodo::utils::storage::archive
- nodo::subsystem::monkeysphere { "${::hostname}": }
+ # Monkeysphere is currently unavailable
+ #nodo::subsystem::monkeysphere { "${::hostname}": }
class { [ 'firewall', 'ntp::ntpdate' ]: }