Giuseppe Lavagetto has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/379492 )
Change subject: puppet: switch all hosts to the future parser ...................................................................... puppet: switch all hosts to the future parser Bug: T171704 Change-Id: I1d27fa11bf2cebea59f05ea3177c1c24429bf968 --- M modules/base/templates/puppet.conf.d/10-main.conf.erb 1 file changed, 2 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/92/379492/1 diff --git a/modules/base/templates/puppet.conf.d/10-main.conf.erb b/modules/base/templates/puppet.conf.d/10-main.conf.erb index 65d62e5..ba8307c 100644 --- a/modules/base/templates/puppet.conf.d/10-main.conf.erb +++ b/modules/base/templates/puppet.conf.d/10-main.conf.erb @@ -12,6 +12,8 @@ <%- unless @environment.nil? || @environment == '' -%> environment = <%= @environment %> <%- end -%> +parser = future +manifest=$confdir/manifests [agent] <%- if @use_srv_record -%> -- To view, visit https://gerrit.wikimedia.org/r/379492 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I1d27fa11bf2cebea59f05ea3177c1c24429bf968 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Giuseppe Lavagetto <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
