Ottomata has submitted this change and it was merged.

Change subject: Subscribing self puppetmaster service to class 
puppet::self::client.
......................................................................


Subscribing self puppetmaster service to class puppet::self::client.

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

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



diff --git a/manifests/puppetmaster.pp b/manifests/puppetmaster.pp
index 170af01..ba0bd5f 100644
--- a/manifests/puppetmaster.pp
+++ b/manifests/puppetmaster.pp
@@ -516,8 +516,9 @@
        }
 
        service { 'puppetmaster':
-               ensure  => 'running',
-               require => Package['puppetmaster'],
+               ensure    => 'running',
+               require   => Package['puppetmaster'],
+               subscribe => Class['puppet::self::config'],
        }
 
        include puppetmaster::scripts

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I9f613673dda1411d04b7d8c7e82f666306ab3e8c
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ottomata <[email protected]>
Gerrit-Reviewer: Ottomata <[email protected]>

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

Reply via email to