summaryrefslogtreecommitdiffstats
path: root/roles/fedora-docs
diff options
context:
space:
mode:
authorKevin Fenzi <kevin@scrye.com>2015-07-27 22:55:32 +0000
committerKevin Fenzi <kevin@scrye.com>2015-07-27 22:55:32 +0000
commited7984ef1f1ab6c9084d27d7a07b68f9623afe88 (patch)
tree2156093b1c79adbe55d204894df02dd8294749c0 /roles/fedora-docs
parent09448c2d2b12ca0ee46518f96cad85f8bb2d7914 (diff)
downloadansible-ed7984ef1f1ab6c9084d27d7a07b68f9623afe88.tar.gz
ansible-ed7984ef1f1ab6c9084d27d7a07b68f9623afe88.tar.xz
ansible-ed7984ef1f1ab6c9084d27d7a07b68f9623afe88.zip
Switch all these sync jobs to pull from sundries01 instead of bapp02.
Will test out on one proxy first, then push to the rest.
Diffstat (limited to 'roles/fedora-docs')
-rw-r--r--roles/fedora-docs/proxy/files/cron-docs-rsync2
-rwxr-xr-xroles/fedora-docs/proxy/files/docs-rsync2
2 files changed, 2 insertions, 2 deletions
diff --git a/roles/fedora-docs/proxy/files/cron-docs-rsync b/roles/fedora-docs/proxy/files/cron-docs-rsync
index 5f7d02db3..daae988d8 100644
--- a/roles/fedora-docs/proxy/files/cron-docs-rsync
+++ b/roles/fedora-docs/proxy/files/cron-docs-rsync
@@ -1,2 +1,2 @@
# TODO: Make add some locking to this.
-10 * * * * root /usr/bin/rsync --delete -aSHPq --exclude=.git/objects/ bapp02::docs/ /srv/web/docs.fedoraproject.org/
+10 * * * * root /usr/bin/rsync --delete -aSHPq --exclude=.git/objects/ sundries01::docs/ /srv/web/docs.fedoraproject.org/
diff --git a/roles/fedora-docs/proxy/files/docs-rsync b/roles/fedora-docs/proxy/files/docs-rsync
index 28ef854d9..e90d9b713 100755
--- a/roles/fedora-docs/proxy/files/docs-rsync
+++ b/roles/fedora-docs/proxy/files/docs-rsync
@@ -1,3 +1,3 @@
#!/bin/sh
-/usr/bin/rsync -aSHPv --delete --exclude=.git/objects/ bapp02::docs/ /srv/web/docs.fedoraproject.org/
+/usr/bin/rsync -aSHPv --delete --exclude=.git/objects/ sundries01::docs/ /srv/web/docs.fedoraproject.org/