aboutsummaryrefslogtreecommitdiff
path: root/manifests/base/host.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2024-05-16 21:36:42 -0300
committerSilvio Rhatto <rhatto@riseup.net>2024-05-16 21:36:42 -0300
commit39718b40020c90f4d579934552f3b66256f93595 (patch)
treed06f2f5061bbdb674940548c12ce9a8d3c07bcee /manifests/base/host.pp
parent3423d6e30aaa065e42801dd455922c3a7a1255bd (diff)
downloadpuppet-nodo-39718b40020c90f4d579934552f3b66256f93595.tar.gz
puppet-nodo-39718b40020c90f4d579934552f3b66256f93595.tar.bz2
Fix: disable monkeysphere as it's currently not available
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': }