root@i5nfkr1gt7bj7jo:~# puppet agent -t --no-pluginsync --use_cached_catalog # 'compatible' combo
|
Warning: Setting 'pluginsync' is deprecated.
|
(at /opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/defaults.rb:1592:in `block in <module:Puppet>')
|
Info: Using cached catalog from environment 'production'
|
Info: Applying configuration version '1455747076'
|
Notice: Applied catalog in 0.02 seconds
|
|
root@i5nfkr1gt7bj7jo:~# puppet agent -t --no-pluginsync --no-use_cached_catalog # 'conflicting' combo
|
Warning: Setting 'pluginsync' is deprecated.
|
(at /opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/defaults.rb:1592:in `block in <module:Puppet>')
|
Info: Using configured environment 'production'
|
Info: Caching catalog for i5nfkr1gt7bj7jo.delivery.puppetlabs.net
|
Info: Applying configuration version '1455747111'
|
Notice: Applied catalog in 0.02 seconds
|
|
root@i5nfkr1gt7bj7jo:~# puppet agent -t --pluginsync --use_cached_catalog # 'conflicting' combo
|
Warning: Setting 'pluginsync' is deprecated.
|
(at /opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/defaults.rb:1592:in `block in <module:Puppet>')
|
Info: Using cached catalog from environment 'production'
|
Info: Retrieving pluginfacts
|
Info: Retrieving plugin
|
Info: Applying configuration version '1455747111'
|
Notice: Applied catalog in 0.02 seconds
|
|
root@i5nfkr1gt7bj7jo:~# puppet agent -t --pluginsync --no-use_cached_catalog # 'compatible' combo
|
Warning: Setting 'pluginsync' is deprecated.
|
(at /opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/defaults.rb:1592:in `block in <module:Puppet>')
|
Info: Using configured environment 'production'
|
Info: Retrieving pluginfacts
|
Info: Retrieving plugin
|
Info: Caching catalog for i5nfkr1gt7bj7jo.delivery.puppetlabs.net
|
Info: Applying configuration version '1455747122'
|
Notice: Applied catalog in 0.02 seconds
|