From 2c8e6b26e942a3cee23a6a19d352e382fc974744 Mon Sep 17 00:00:00 2001 From: Colleen Murphy Date: Wed, 6 Jun 2018 19:45:57 +0200 Subject: [PATCH] Stop setting pluginsync=true pluginsync is enabled by default on puppet 3 and higher[1] and setting it explicitly is deprecated and emits log warnings[2]. Clean it up. [1] https://puppet.com/docs/puppet/4.8/deprecated_settings.html#pluginsync [2] http://logs.openstack.org/01/559601/16/check/infra-puppet-apply-4-ubuntu-xenial/4728b0a/applytest/puppetapplytest01.final.out Change-Id: I28527067052f438ff4528fad5d33c2a83178f1e7 --- templates/puppet.conf.j2 | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/puppet.conf.j2 b/templates/puppet.conf.j2 index ad41108..87bd47d 100644 --- a/templates/puppet.conf.j2 +++ b/templates/puppet.conf.j2 @@ -5,7 +5,6 @@ ssldir=/var/lib/puppet/ssl rundir=/var/run/puppet server={{ puppet_server }} certname={{ certname }} -pluginsync=true data_binding_terminus={{ puppet_data_binding_terminus }} reports={{ puppet_reports }} environmenttimeout=0