git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/site
diff options
context:
space:
mode:
authormail_redacted_for_web 2015-10-26 16:32:24 -0700
committermail_redacted_for_web 2015-10-26 16:32:24 -0700
commit8fe670beb09ffa086c5c8937bfc12d64d3296578 (patch)
treed42a5690f6bf53e040ba2d3ac5de7f4a5ced2513 /site
parent4598483d0f7faf357c443e12816a45cd0f975e50 (diff)
downloadcontrol-repo-template-8fe670beb09ffa086c5c8937bfc12d64d3296578.tar.bz2
make environment timeout setting refresh the puppet master service
Diffstat (limited to 'site')
-rw-r--r--site/profile/manifests/puppetmaster.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/site/profile/manifests/puppetmaster.pp b/site/profile/manifests/puppetmaster.pp
index 193f0ca..1c618a2 100644
--- a/site/profile/manifests/puppetmaster.pp
+++ b/site/profile/manifests/puppetmaster.pp
@@ -63,6 +63,7 @@ class profile::puppetmaster {
section => 'main',
setting => 'environment_timeout',
value => 'unlimited',
+ notify => Service['pe-puppetserver'],
}
}