ArielGlenn has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/399385 )
Change subject: fix up dumps cleanup paths for labstore1003 ...................................................................... fix up dumps cleanup paths for labstore1003 Change-Id: I414d00cb9d450c82c8a97036171e5efa17717f09 --- M hieradata/hosts/labstore1003.yaml 1 file changed, 3 insertions(+), 3 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/85/399385/1 diff --git a/hieradata/hosts/labstore1003.yaml b/hieradata/hosts/labstore1003.yaml index 7e709a4..ecb9ed8 100644 --- a/hieradata/hosts/labstore1003.yaml +++ b/hieradata/hosts/labstore1003.yaml @@ -1,8 +1,8 @@ profile::dumps::cleanup::isreplica: false profile::dumps::cleanup::labscopy: true -profile::dumps::xmldumpspublicdir: '/srv/dumps/xmldatadumps/public' -profile::dumps::miscdumpsdir: '/srv/dumps/xmldatadumps' -profile::dumps::dumpstempdir: '/srv/dumps/xmldatadumps/temp' +profile::dumps::xmldumpspublicdir: '/srv/dumps/public' +profile::dumps::miscdumpsdir: '/srv/dumps' +profile::dumps::dumpstempdir: '/srv/dumps/temp' profile::base::domain_search: - wikimedia.org -- To view, visit https://gerrit.wikimedia.org/r/399385 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I414d00cb9d450c82c8a97036171e5efa17717f09 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: ArielGlenn <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
