Muehlenhoff has uploaded a new change for review.
https://gerrit.wikimedia.org/r/245974
Change subject: Move base::firewall into the archiva role
......................................................................
Move base::firewall into the archiva role
Change-Id: I87c7c9304690ba426e74d6084f8995e6be5b7602
---
M manifests/role/archiva.pp
M manifests/site.pp
2 files changed, 2 insertions(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/puppet
refs/changes/74/245974/1
diff --git a/manifests/role/archiva.pp b/manifests/role/archiva.pp
index 6b0889e..f9d2538 100644
--- a/manifests/role/archiva.pp
+++ b/manifests/role/archiva.pp
@@ -7,6 +7,8 @@
class role::archiva {
system::role { 'role::archiva': description => 'Apache Archiva Host' }
+ include base::firewall
+
if !defined(Package['openjdk-7-jdk']) {
package { 'openjdk-7-jdk':
ensure => 'installed',
diff --git a/manifests/site.pp b/manifests/site.pp
index 5f660fa..c3d0c37 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -2537,7 +2537,6 @@
node 'titanium.wikimedia.org' {
$cluster = 'misc'
# include firewall here, until it is on all hosts
- include base::firewall
include standard
include role::archiva
}
--
To view, visit https://gerrit.wikimedia.org/r/245974
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I87c7c9304690ba426e74d6084f8995e6be5b7602
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Muehlenhoff <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits