Ottomata has uploaded a new change for review.

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


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(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/34/59134/1

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: newchange
Gerrit-Change-Id: I9f613673dda1411d04b7d8c7e82f666306ab3e8c
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ottomata <[email protected]>

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

Reply via email to