Ori.livneh has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/69205


Change subject: Don't manage eventlogging.conf during upgrade
......................................................................

Don't manage eventlogging.conf during upgrade

I'm rolling out updates to the back-end of EventLogging and need to manually
manage the state of various services for a short period (a day or two).

Change-Id: Ic96cd5c41ac4ff1a566c058e746c8918a00d14fe
---
M modules/eventlogging/manifests/supervisor.pp
1 file changed, 7 insertions(+), 6 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/05/69205/1

diff --git a/modules/eventlogging/manifests/supervisor.pp 
b/modules/eventlogging/manifests/supervisor.pp
index 577f55e..8fe40e4 100644
--- a/modules/eventlogging/manifests/supervisor.pp
+++ b/modules/eventlogging/manifests/supervisor.pp
@@ -22,11 +22,12 @@
                mode    => '0444',
        }
 
-       file { '/etc/supervisor/conf.d/eventlogging.conf':
-               content => template('eventlogging/eventlogging.conf.erb'),
-               require => File['/etc/supervisor/supervisord.conf'],
-               notify  => Service['supervisor'],
-               mode    => '0444',
-       }
+       # Temporarily disabled while I upgrade EL back-end (ori-l, 17-Jun-2013):
+       # file { '/etc/supervisor/conf.d/eventlogging.conf':
+       #       content => template('eventlogging/eventlogging.conf.erb'),
+       #       require => File['/etc/supervisor/supervisord.conf'],
+       #       notify  => Service['supervisor'],
+       #       mode    => '0444',
+       # }
 
 }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic96cd5c41ac4ff1a566c058e746c8918a00d14fe
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ori.livneh <o...@wikimedia.org>

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

Reply via email to