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/host.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'manifests/base/host.pp') 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': } -- cgit v1.2.3