aboutsummaryrefslogtreecommitdiff
path: root/manifests/base/plug.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/plug.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/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' ]: }