Puppet is not budging in allowing me to use an int so let's just make it a int.
This fixes prod for when we want to change versions too.
Change-Id: I348d674762953433bd77c6ff8efb4246d5d68b73
Differential D562
Make search.elastic.version an int not a string Paladox on Feb 9 2017, 9:49 PM. Authored by Tags None Referenced Files
Subscribers
Details
Puppet is not budging in allowing me to use an int so let's just make it a int. This fixes prod for when we want to change versions too. Change-Id: I348d674762953433bd77c6ff8efb4246d5d68b73
Diff Detail
Event TimelineComment Actions Build has FAILED Link to build: https://integration.wikimedia.org/ci/job/phabricator-jessie-diffs/436/ Comment Actions Build has FAILED Link to build: https://integration.wikimedia.org/ci/job/phabricator-jessie-diffs/437/ Comment Actions Build has FAILED Link to build: https://integration.wikimedia.org/ci/job/phabricator-jessie-diffs/438/ Comment Actions Ok changing the type causes a setup warning "Config 'search.elastic.version' Invalid" but it doesn't break the code so this is an acceptable solution. This allows us to fix the config and the code without doing so in an atomic operation. Comment Actions @mmodell would you be able to land this please? This should fix the error you describe as puppet is not putting strings around an int. :) |