BBlack has submitted this change and it was merged.

Change subject: perhaps @var will work
......................................................................


perhaps @var will work

Change-Id: Iefd7c4cbcc49b9a5776c9dfade96a9b54a8c2514
---
M modules/interface/manifests/tagged.pp
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/modules/interface/manifests/tagged.pp 
b/modules/interface/manifests/tagged.pp
index fa4d51f..eb87ac8 100644
--- a/modules/interface/manifests/tagged.pp
+++ b/modules/interface/manifests/tagged.pp
@@ -33,7 +33,7 @@
     }
 
     if $v6_token {
-        $v6_token_addr = inline_template("::<%= address.gsub('.', ':') %>")
+        $v6_token_addr = inline_template("::<%= @address.gsub('.', ':') %>")
         $v6_token_cmd = "set iface[. = '${intf}']/up /sbin/ip token set 
'${v6_token_addr}' dev '${intf}'"
     } else {
         $v6_token_cmd = ''

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

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

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

Reply via email to