Yes
--
You received this message because you are subscribed to a topic in the Google Groups "Puppet Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/puppet-users/7M61d84szdQ/unsubscribe.
To unsubscribe from this group and all its topics, send an email to puppet-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/1046405241.85644.1440673655277.JavaMail.zimbra%40devco.net.
For more options, visit https://groups.google.com/d/optout.
Hi,
is there a way to have anonymous block scope in puppet? In a couple of languages you can simply create limited scope by opening and closing curly braces {...}
I'd like to use this to limit the area of effect of e.g. resource default statements (https://docs.puppetlabs.com/puppet/latest/reference/lang_defaults.html).