Created
August 23, 2016 02:16
-
-
Save haani-niyaz/cec040c0bd17d6d64334357ef572d3a4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <%= @name %> # variable visible in current scope | |
| <%= scope.lookupvar('name') %> # search in all scopes | |
| <%= scope['somewhere::name'] %> # Puppet 3 scope access |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment