Paladox has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/372571 )

Change subject: Fix base::service
......................................................................


Fix base::service

Change-Id: I59173c6559ae27fbd70f5eedbf350f3aa2061738
---
M manifests/init.pp
1 file changed, 2 insertions(+), 3 deletions(-)

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



diff --git a/manifests/init.pp b/manifests/init.pp
index f2ccc6b..bfc7bdb 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -223,9 +223,8 @@
 
     base::service_unit { 'icinga2':
         ensure         => 'present',
-        systemd        => true,
-        upstart        => false,
-        sysvinit       => true,
+        systemd        => systemd_template('icinga2'),
+        sysvinit       => sysvinit_template('icinga2'),
         service_params => {
             ensure     => 'running',
             provider   => $::initsystem,

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I59173c6559ae27fbd70f5eedbf350f3aa2061738
Gerrit-PatchSet: 2
Gerrit-Project: labs/icinga2
Gerrit-Branch: master
Gerrit-Owner: Paladox <[email protected]>
Gerrit-Reviewer: Paladox <[email protected]>

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

Reply via email to