git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormail_redacted_for_web 2015-10-28 11:36:44 -0700
committermail_redacted_for_web 2015-10-28 11:36:44 -0700
commit591f9b9f0b262fa7a3099c81aace527e09fbbd0b (patch)
tree20b4db955a482b5d1d89d23fffb6fd243613e00a
parentc2aeccd388fb56fdb7b02d4796ab5e140bce00e8 (diff)
downloadcontrol-repo-template-591f9b9f0b262fa7a3099c81aace527e09fbbd0b.tar.bz2
remove environment_timeout =0 from environment.conf
-rw-r--r--environment.conf6
1 files changed, 0 insertions, 6 deletions
diff --git a/environment.conf b/environment.conf
index 6d60708..5ba929b 100644
--- a/environment.conf
+++ b/environment.conf
@@ -1,8 +1,2 @@
modulepath = modules:site:$basemodulepath
config_version = 'scripts/config_version.sh $environmentpath $environment'
-
-# Environment timeout should be set to unlimited. When set to zero it is less performant.
-# When code is deployed the admin API of puppetserver should be used to force a refresh of code from disk.
-# https://docs.puppetlabs.com/puppetserver/1.0/release_notes.html#new-feature-admin-api-for-refreshing-environments
-# https://docs.puppetlabs.com/puppet/3.7/reference/environments_configuring.html#environmenttimeout
-environment_timeout = 0