Alexandros Kosiaris has uploaded a new change for review. https://gerrit.wikimedia.org/r/233967
Change subject: backups: Offsite/Migrate Jobs should refer to the production pool ...................................................................... backups: Offsite/Migrate Jobs should refer to the production pool The Default pool there helps in no way since it has no next pool directive. Change the pool to production Change-Id: I27c91d799177ceda7d89de6c55ca1ea683cb85f3 --- M modules/bacula/templates/restore-migrate-jobs.conf.erb 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/67/233967/1 diff --git a/modules/bacula/templates/restore-migrate-jobs.conf.erb b/modules/bacula/templates/restore-migrate-jobs.conf.erb index d4b8508..ac4b426 100644 --- a/modules/bacula/templates/restore-migrate-jobs.conf.erb +++ b/modules/bacula/templates/restore-migrate-jobs.conf.erb @@ -13,7 +13,7 @@ Name = "Migrate Job" Type = Migrate Level = Full - Pool = Default + Pool = production FileSet = "root" Client = <%= @fqdn -%>-fd Messages = Standard @@ -26,7 +26,7 @@ Name = "Offsite Job" Type = Copy Level = Full - Pool = Default + Pool = production FileSet = "root" Client = <%= @fqdn -%>-fd Messages = Standard -- To view, visit https://gerrit.wikimedia.org/r/233967 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I27c91d799177ceda7d89de6c55ca1ea683cb85f3 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Alexandros Kosiaris <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
