Gehel has uploaded a new change for review. https://gerrit.wikimedia.org/r/272721
Change subject: Upgrade elastic search to 1.7.5 ...................................................................... Upgrade elastic search to 1.7.5 Updated the reprepro "updates" file entry for elasticsearch to the current 1.7 branch. Bug: T122697 Change-Id: I7fb1d0bd2650cf85cc59e3370c9bf6ae292ecaeb --- M modules/install_server/files/reprepro/updates M modules/releases/manifests/reprepro.pp 2 files changed, 6 insertions(+), 2 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/21/272721/1 diff --git a/modules/install_server/files/reprepro/updates b/modules/install_server/files/reprepro/updates index 88f1d38..cfb21bc 100644 --- a/modules/install_server/files/reprepro/updates +++ b/modules/install_server/files/reprepro/updates @@ -67,7 +67,7 @@ ListShellHook: grep-dctrl -X -S cassandra || [ $? -eq 1 ] Name: elasticsearch -Method: http://packages.elasticsearch.org/elasticsearch/1.6/debian +Method: http://packages.elastic.co/elasticsearch/1.7/debian Components: main>thirdparty UDebComponents: Suite: stable diff --git a/modules/releases/manifests/reprepro.pp b/modules/releases/manifests/reprepro.pp index 337afbf..271a931 100644 --- a/modules/releases/manifests/reprepro.pp +++ b/modules/releases/manifests/reprepro.pp @@ -12,7 +12,11 @@ # # The result will be signed by the default key present in the secret # keyring. - +# +# == WARNING: +# This module seems to be unused at the moment, you should probably look into +# install_server::apt_repository instead. +# class releases::reprepro { $basedir = '/srv/org/wikimedia/reprepro' $outdir = '/srv/org/wikimedia/releases/debian' -- To view, visit https://gerrit.wikimedia.org/r/272721 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I7fb1d0bd2650cf85cc59e3370c9bf6ae292ecaeb Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Gehel <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
