Puppet - Is it possible to use a global var to pull in a template with the same name?
- by Mike Purcell
I'm new to puppet. As such I am trying to work my way around the best way to setup my manifests that make sense. Following the DRY (don't repeat yourself) principle, I am trying to load common directives in one template, then load in environment specific directives from a file matching the environment. Basically like this:
# nodes.pp
node base_dev…