From 591f9b9f0b262fa7a3099c81aace527e09fbbd0b Mon Sep 17 00:00:00 2001 From: Nick Walker Date: Wed, 28 Oct 2015 11:36:44 -0700 Subject: [PATCH] remove environment_timeout =0 from environment.conf --- environment.conf | 6 ------ 1 file changed, 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