nwops / puppet-retrospec

The only tool you need to generate puppet code, tests, modules, facts, types, providers, data and everything else.
https://www.retrospec-puppet.com/
GNU Affero General Public License v3.0
137 stars 27 forks source link

add feature to load variables from inherited files #3

Closed logicminds closed 9 years ago

logicminds commented 9 years ago

Currently we only have a variable scope from the current file. However, some variables load variables from other files. This is especially true with the params.pp methodology. So we should allow the inherited file's variable to be loaded before the other variables so that better variable resolution can occur.