You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey,
I'm using this class to manage logstash, the class is able to update the package, it also has a restart_on_change option, but this only refreshes the service if the config changes, not if the service(version) itself changes:
# puppet agent -t
Info: Retrieving pluginfacts
Info: Retrieving plugin
Info: Loading facts
Info: Caching catalog for clusternode1..de
Info: Applying configuration version '1432021731'
Notice: /Stage[main]/Logstash::Repo/Yumrepo[logstash]/baseurl: baseurl changed 'http://packages.elasticsearch.org/logstash/1.4/centos' to 'http://packages.elasticsearch.org/logstash/1.5/centos'
Notice: /Stage[main]/Logstash::Package/Logstash::Package::Install[logstash]/Package[logstash]/ensure: ensure changed '1.4.2-1_2c0f5a1' to '1:1.5.0-1'
Notice: Finished catalog run in 26.83 seconds
Could you implement another param to enable/disable service refresh after version change or implement it for the restart_on_change param?
The text was updated successfully, but these errors were encountered:
+1 for this. In addition to restart_on_change it would particularly useful to have the same options as ES has - restart_config_change, restart_package_change, restart_plugin_change
Hey,
I'm using this class to manage logstash, the class is able to update the package, it also has a restart_on_change option, but this only refreshes the service if the config changes, not if the service(version) itself changes:
Could you implement another param to enable/disable service refresh after version change or implement it for the restart_on_change param?
The text was updated successfully, but these errors were encountered: