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