Dzahn has submitted this change and it was merged.

Change subject: Puppetize icinga tmpfs mount.
......................................................................


Puppetize icinga tmpfs mount.

Change-Id: Ib6fbe33491260d5757de4a268a085a18fb2f9729
---
M manifests/misc/icinga.pp
1 file changed, 9 insertions(+), 0 deletions(-)

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



diff --git a/manifests/misc/icinga.pp b/manifests/misc/icinga.pp
index 2057ea2..fceeaad 100644
--- a/manifests/misc/icinga.pp
+++ b/manifests/misc/icinga.pp
@@ -751,6 +751,15 @@
 
     require icinga::monitor::apache
 
+    if $::realm == 'labs' {
+      #TODO this tempfs mount is not yet puppetized in production
+      file { '/var/icinga-tmpfs':
+        ensure => directory,
+        owner => 'icinga',
+        group => 'icinga',
+      }
+    }
+
     service { 'icinga':
         ensure    => running,
         hasstatus => false,

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ib6fbe33491260d5757de4a268a085a18fb2f9729
Gerrit-PatchSet: 3
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: JanZerebecki <[email protected]>
Gerrit-Reviewer: Dzahn <[email protected]>
Gerrit-Reviewer: JanZerebecki <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to