Dzahn has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/342828 )

Change subject: Remove role::lists:migration
......................................................................


Remove role::lists:migration

Not used anywhere anymore, we 've migrated a long time ago, removing it.

Change-Id: I65ff7731977e07b4b1d1e2563d6a4e048ffb6502
---
D modules/role/manifests/lists/migration.pp
1 file changed, 0 insertions(+), 60 deletions(-)

Approvals:
  jenkins-bot: Verified
  Dzahn: Looks good to me, approved



diff --git a/modules/role/manifests/lists/migration.pp 
b/modules/role/manifests/lists/migration.pp
deleted file mode 100644
index f1d5694..0000000
--- a/modules/role/manifests/lists/migration.pp
+++ /dev/null
@@ -1,60 +0,0 @@
-# sets up rsync for a migration of a
-# mailman installation to a new server
-class role::lists::migration {
-
-    $sourceip='208.80.154.61'
-
-    ferm::service { 'mailman-http':
-        proto => 'tcp',
-        port  => '80',
-    }
-
-    ferm::service { 'mailman-migration-rsync':
-        proto  => 'tcp',
-        port   => '873',
-        srange => "${sourceip}/32",
-    }
-
-    include rsync::server
-
-    rsync::server::module { 'lists':
-        path        => '/var/lib/mailman/lists',
-        read_only   => 'no',
-        hosts_allow => $sourceip,
-    }
-
-    rsync::server::module { 'archives':
-        path        => '/var/lib/mailman/archives',
-        read_only   => 'no',
-        hosts_allow => $sourceip,
-    }
-
-    rsync::server::module { 'data':
-        path        => '/var/lib/mailman/data',
-        read_only   => 'no',
-        hosts_allow => $sourceip,
-    }
-
-    rsync::server::module { 'qfiles':
-        path        => '/var/lib/mailman/qfiles',
-        read_only   => 'no',
-        hosts_allow => $sourceip,
-    }
-
-    rsync::server::module { 'exim':
-        path        => '/var/spool/exim4',
-        read_only   => 'no',
-        hosts_allow => $sourceip,
-    }
-
-    package { 'mailman':
-        ensure => 'present',
-    }
-
-    service { 'mailman':
-        ensure => 'stopped',
-    }
-
-    include mailman::scripts
-
-}

-- 
To view, visit https://gerrit.wikimedia.org/r/342828
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I65ff7731977e07b4b1d1e2563d6a4e048ffb6502
Gerrit-PatchSet: 3
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: 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

Reply via email to