aboutsummaryrefslogtreecommitdiff
path: root/manifests/base/host.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/base/host.pp')
-rw-r--r--manifests/base/host.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/base/host.pp b/manifests/base/host.pp
index 148ebc8..5c3bba5 100644
--- a/manifests/base/host.pp
+++ b/manifests/base/host.pp
@@ -9,7 +9,8 @@ class nodo::base::host {
include nodo::utils::physical
include nodo::utils::storage::crypto
- nodo::subsystem::monkeysphere { "${::hostname}": }
+ # Monkeysphere is currently unavailable
+ #nodo::subsystem::monkeysphere { "${::hostname}": }
# Firewall
class { 'firewall': }