Fix syntax error
'True' becomes a string in puppet3 and is a syntax error in puppet4 Change-Id: Ic692bae15e847a2375ba8229f732feb36baa76f9
This commit is contained in:
parent
16ef3f015e
commit
8515b90dc0
@ -8,7 +8,7 @@ class jenkins::job_builder (
|
||||
$git_url = 'https://git.openstack.org/openstack-infra/jenkins-job-builder',
|
||||
$config_dir = '',
|
||||
$jenkins_jobs_update_timeout = '600',
|
||||
$query_plugins_info = True,
|
||||
$query_plugins_info = true,
|
||||
$extensions = [],
|
||||
$manage_user = false,
|
||||
) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user