Dzahn has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/330839 )

Change subject: icinga: unbreak dependency cycle with Apache site and cert
......................................................................

icinga: unbreak dependency cycle with Apache site and cert

Error: Could not apply complete catalog: Found 1 dependency cycle:

(Exec[acme-setup-acme-icinga] => Letsencrypt::Cert::Integrated[icinga]
=> Apache::Site[icinga.wikimedia.org] => Apache::Conf[icinga.wikimedia.org]
=> File[/etc/apache2/sites-available/50-icinga-wikimedia-org.conf]
=> Service[apache2] => Exec[acme-setup-acme-icinga])

Breaking that cycle.

Change-Id: I8a67375dcfddf930af5257f733df4c1c68e47d3c
---
M modules/icinga/manifests/web.pp
1 file changed, 0 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/39/330839/1

diff --git a/modules/icinga/manifests/web.pp b/modules/icinga/manifests/web.pp
index b6f90a1..58afd68 100644
--- a/modules/icinga/manifests/web.pp
+++ b/modules/icinga/manifests/web.pp
@@ -51,7 +51,6 @@
 
     apache::site { 'icinga.wikimedia.org':
         content => template('icinga/icinga.wikimedia.org.erb'),
-        require => Letsencrypt::Cert::Integrated['icinga'],
     }
 
     # remove icinga default config

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8a67375dcfddf930af5257f733df4c1c68e47d3c
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn <dz...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to