Ottomata has uploaded a new change for review.

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


Change subject: Subscribing puppetmaster::ssl to compile puppet exec.
......................................................................

Subscribing puppetmaster::ssl to compile puppet exec.

compile puppet.conf must happen before the puppet cert generate gets called.

Change-Id: I52c1368fd926963b1ceabdd7c566bac67312ca03
---
M manifests/puppetmaster.pp
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/10/59510/1

diff --git a/manifests/puppetmaster.pp b/manifests/puppetmaster.pp
index 4c66c1a..0c95dd2 100644
--- a/manifests/puppetmaster.pp
+++ b/manifests/puppetmaster.pp
@@ -568,7 +568,7 @@
                class { 'puppetmaster::ssl':
                        server_name => $::fqdn,
                        ca          => true,
-                       require     => Exec['compile puppet.conf'],
+                       subscribe   => Exec['compile puppet.conf'],
                }
        }
        else {

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I52c1368fd926963b1ceabdd7c566bac67312ca03
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ottomata <o...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to