From 39718b40020c90f4d579934552f3b66256f93595 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 16 May 2024 21:36:42 -0300 Subject: Fix: disable monkeysphere as it's currently not available --- manifests/base/plug.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'manifests/base/plug.pp') 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' ]: } -- cgit v1.2.3