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
This commit is contained in:
Colleen Murphy 2018-06-06 19:45:57 +02:00
parent 7fbe25598b
commit 2c8e6b26e9
1 changed files with 0 additions and 1 deletions

View File

@ -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