Yuvipanda has submitted this change and it was merged.

Change subject: haproxy: Move check_haproxy to module itself
......................................................................


haproxy: Move check_haproxy to module itself

Bug: T87132
Change-Id: I687f9918bce9c76990ef825e86348b7ca2ab1b1b
---
R modules/haproxy/files/check_haproxy
M modules/haproxy/manifests/init.pp
2 files changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Yuvipanda: Verified; Looks good to me, approved
  Merlijn van Deen: Looks good to me, but someone else must approve



diff --git a/files/icinga/check_haproxy b/modules/haproxy/files/check_haproxy
similarity index 100%
rename from files/icinga/check_haproxy
rename to modules/haproxy/files/check_haproxy
diff --git a/modules/haproxy/manifests/init.pp 
b/modules/haproxy/manifests/init.pp
index b8bef39..dce9506 100644
--- a/modules/haproxy/manifests/init.pp
+++ b/modules/haproxy/manifests/init.pp
@@ -38,7 +38,7 @@
         owner   => 'root',
         group   => 'root',
         mode    => '0755',
-        source  => 'puppet:///files/icinga/check_haproxy',
+        source  => 'puppet:///modules/haproxy/check_haproxy',
     }
 
     nrpe::monitor_service { 'haproxy':

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I687f9918bce9c76990ef825e86348b7ca2ab1b1b
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Tim Landscheidt <[email protected]>
Gerrit-Reviewer: Merlijn van Deen <[email protected]>
Gerrit-Reviewer: Yuvipanda <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to