Pin curator to 3.5.1

elasticsearch-curator 4.0 introduced completely new everything. It will
take some work to support it and all of the new features so pin to 3.5.1
for now. This will keep index deletes working while we add the support.

Change-Id: Iea4e8794d2b953cfdd59ff7907420dffb3de4dff
This commit is contained in:
Clark Boylan 2016-07-08 15:23:52 -07:00
parent 3a198f3a9d
commit f671fcf2c9
1 changed files with 2 additions and 1 deletions

View File

@ -28,7 +28,8 @@ class logstash::curator (
}
} else {
package { 'elasticsearch-curator':
ensure => 'latest',
# Pin until we add support for the new stuff in 4.0
ensure => '3.5.1',
provider => openstack_pip,
}
}