Merge "Puppet nodes are unresponsive after 30 minutes"

This commit is contained in:
Jenkins 2014-04-02 00:05:36 +00:00 committed by Gerrit Code Review
commit be60d1244b

View File

@ -12,6 +12,7 @@ class openstack_project::puppetboard(
class { 'apache::mod::wsgi': }
class { '::puppetboard':
unresponsive => '.5',
enable_query => 'False', # This being a python false
}