[MediaWiki-commits] [Gerrit] icinga: libssl0.9.8 for NRPE checks to run - change (operations/puppet)

2015-08-31 Thread Dzahn (Code Review)
Dzahn has uploaded a new change for review.

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

Change subject: icinga: libssl0.9.8 for NRPE checks to run
..

icinga: libssl0.9.8 for NRPE checks to run

T110893 says that one of the manual steps was to install
libssl0.9.8 (in addition to libssl1.0.0) for some NRPE
checks to run and that we should puppetize that.

Indeed both packages are installed on neon.

Bug:T110893
Change-Id: I7c255b300ae106c6cf752c0325ddd97fff264ffa
---
M modules/icinga/manifests/init.pp
1 file changed, 5 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/17/235017/1

diff --git a/modules/icinga/manifests/init.pp b/modules/icinga/manifests/init.pp
index 34a4e7c..7ca2afc 100644
--- a/modules/icinga/manifests/init.pp
+++ b/modules/icinga/manifests/init.pp
@@ -31,6 +31,11 @@
 ensure => latest,
 }
 
+# for nrpe checks to run per T110893
+package { 'libssl0.9.8':
+ensure => present,
+}
+
 # Setup icinga custom init script
 # FIXME: This should be provided by the package
 file { '/etc/init.d/icinga':

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7c255b300ae106c6cf752c0325ddd97fff264ffa
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn 

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


[MediaWiki-commits] [Gerrit] icinga: libssl0.9.8 for NRPE checks to run - change (operations/puppet)

2015-08-31 Thread BBlack (Code Review)
BBlack has submitted this change and it was merged.

Change subject: icinga: libssl0.9.8 for NRPE checks to run
..


icinga: libssl0.9.8 for NRPE checks to run

T110893 says that one of the manual steps was to install
libssl0.9.8 (in addition to libssl1.0.0) for some NRPE
checks to run and that we should puppetize that.

Indeed both packages are installed on neon.

Bug:T110893
Change-Id: I7c255b300ae106c6cf752c0325ddd97fff264ffa
---
M modules/icinga/manifests/init.pp
1 file changed, 5 insertions(+), 0 deletions(-)

Approvals:
  BBlack: Verified; Looks good to me, approved



diff --git a/modules/icinga/manifests/init.pp b/modules/icinga/manifests/init.pp
index 2219026..19407bb 100644
--- a/modules/icinga/manifests/init.pp
+++ b/modules/icinga/manifests/init.pp
@@ -31,6 +31,11 @@
 ensure => 'present',
 }
 
+# for nrpe checks to run per T110893
+package { 'libssl0.9.8':
+ensure => present,
+}
+
 # Setup icinga custom init script
 # FIXME: This should be provided by the package
 file { '/etc/init.d/icinga':

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I7c255b300ae106c6cf752c0325ddd97fff264ffa
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn 
Gerrit-Reviewer: BBlack 
Gerrit-Reviewer: John F. Lewis 
Gerrit-Reviewer: jenkins-bot <>

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