Andrew Bogott has uploaded a new change for review. https://gerrit.wikimedia.org/r/58922
Change subject: Marked a couple of bot manifests as deprecated. ...................................................................... Marked a couple of bot manifests as deprecated. These bots live in the tools project now, and are handled via simple commandlines and .deb installs. The future of these buts in puppet is unclear. Change-Id: I3daa11feef91308218cca14082e2976d57a92cec --- M manifests/bots.pp M manifests/role/logbot.pp 2 files changed, 8 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/22/58922/1 diff --git a/manifests/bots.pp b/manifests/bots.pp index c20219b..eca1e59 100644 --- a/manifests/bots.pp +++ b/manifests/bots.pp @@ -1,3 +1,6 @@ +# Deprecated! This bot is now managed by the grid engine in +# the Tools project. +# # Installs a logbot. Channel, name, etc. are configurable. # at the moment, only one bot per instance, and only one # log page per bot will work. diff --git a/manifests/role/logbot.pp b/manifests/role/logbot.pp index d18caf7..18e2a6e 100644 --- a/manifests/role/logbot.pp +++ b/manifests/role/logbot.pp @@ -1,3 +1,8 @@ +# Deprecated! +# +# Logbots are now managed by the grid engine in the tools project. + + import "../bots.pp" -- To view, visit https://gerrit.wikimedia.org/r/58922 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I3daa11feef91308218cca14082e2976d57a92cec Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Andrew Bogott <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
