Dzahn has submitted this change and it was merged. (
https://gerrit.wikimedia.org/r/342897 )
Change subject: rm manifests/microsites/peopleweb/migration.pp
......................................................................
rm manifests/microsites/peopleweb/migration.pp
This class was just used temporarily for a migration.
Similar to lists::migration (Change-Id: I65ff7731977e0),
do not keep it around just in case it might be used again
in the future.
Change-Id: I886598bab913e6e83a410b4c6b4d652469de521a
---
D modules/role/manifests/microsites/peopleweb/migration.pp
1 file changed, 0 insertions(+), 22 deletions(-)
Approvals:
jenkins-bot: Verified
Dzahn: Looks good to me, approved
diff --git a/modules/role/manifests/microsites/peopleweb/migration.pp
b/modules/role/manifests/microsites/peopleweb/migration.pp
deleted file mode 100644
index 5ded8b6..0000000
--- a/modules/role/manifests/microsites/peopleweb/migration.pp
+++ /dev/null
@@ -1,22 +0,0 @@
-# sets up an rsyncd to copy people's home dirs
-# during a server upgrade/migration
-class role::microsites::peopleweb::migration {
-
- $sourceip='10.64.32.13'
-
- ferm::service { 'peopleweb-migration-rsync':
- proto => 'tcp',
- port => '873',
- srange => "${sourceip}/32",
- }
-
- include rsync::server
-
- rsync::server::module { 'people-homes':
- path => '/home',
- read_only => 'no',
- hosts_allow => $sourceip,
- }
-
-}
-
--
To view, visit https://gerrit.wikimedia.org/r/342897
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I886598bab913e6e83a410b4c6b4d652469de521a
Gerrit-PatchSet: 4
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn <[email protected]>
Gerrit-Reviewer: Alexandros Kosiaris <[email protected]>
Gerrit-Reviewer: Dzahn <[email protected]>
Gerrit-Reviewer: Giuseppe Lavagetto <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits