Faidon Liambotis has uploaded a new change for review.

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

Change subject: Fix the usual stupid puppet include loop bug
......................................................................

Fix the usual stupid puppet include loop bug

Change-Id: I014bd6a2b46e7fff58034082db23863020862362
---
M manifests/role/pmacct.pp
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/59/202359/1

diff --git a/manifests/role/pmacct.pp b/manifests/role/pmacct.pp
index 1d4c177..62b921f 100644
--- a/manifests/role/pmacct.pp
+++ b/manifests/role/pmacct.pp
@@ -3,7 +3,7 @@
         description => 'pmacct netflow accounting',
     }
 
-    include pmacct
+    include ::pmacct
 
     ferm::service { 'bgp':
         proto  => 'tcp',

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I014bd6a2b46e7fff58034082db23863020862362
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Faidon Liambotis <fai...@wikimedia.org>

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

Reply via email to