summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVarac <varac@leap.se>2016-06-01 08:28:05 +0000
committerVarac <varac@leap.se>2016-06-01 08:28:05 +0000
commit524fbc264f65ed50083bcf5ebf0f1d8b81267392 (patch)
tree3eac43eb0359cf340fe6e164680c822c43ce3975
parent03c3ad24e1017c1684b62bcbf973153d9604ebe7 (diff)
parent46af641b65a530a6afc238d554d0b71e5d99f9d5 (diff)
Merge branch 'disable_agent' into '0.8.x'
Disable puppet-agent daemon from running. The agent wakes up every two minutes and tries to connect to the default server, failing with a certificate warning. We don't use the agent, so we can safely disable it (#8032) Change-Id: I707f42b59205993325431aba283552b1b73a0ad1 See merge request !1
-rw-r--r--puppet/modules/site_config/manifests/default.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/puppet/modules/site_config/manifests/default.pp b/puppet/modules/site_config/manifests/default.pp
index 256de1a1..9bc8c30d 100644
--- a/puppet/modules/site_config/manifests/default.pp
+++ b/puppet/modules/site_config/manifests/default.pp
@@ -7,8 +7,9 @@ class site_config::default {
include site_config::params
include site_config::setup
- # default class, used by all hosts
+ service { 'puppet': ensure => stopped }
+ # default class, used by all hosts
include lsb, git
# configure sysctl parameters