summaryrefslogtreecommitdiff
path: root/lib/hiera
AgeCommit message (Expand)AuthorFilesLines
2013-05-28(Maint) Remove unused variablesErik Dalén1-1/+1
2013-04-05(#14985) Alias module_name as calling_moduleAndrew Parker1-1/+2
2013-03-21(Maint) Extract constant strings as constantsAndrew Parker1-10/+15
2013-02-25(#14985) Preserve casing on looked up valuesAndrew Parker1-3/+3
2013-02-25(#14985) Ensure hostclass finder is privateAndrew Parker1-10/+12
2013-02-25(#14985) Fix exception when nil is returned from inner scopeAvishai Ish-Shalom1-1/+1
2013-02-25(#14985) Fix test, return downcase values and check for nil scope.sourceAvishai Ish-Shalom1-2/+2
2013-02-25(#14985) Fix hiera lookup for calling_module and calling_classAvishai Ish-Shalom1-2/+12
2012-11-16(#16178) Stop checking for :undefinedAndrew Parker1-2/+0
2012-11-15(Maint) Require Hiera::Backend where it is usedAndrew Parker1-0/+2
2012-11-15(#16178) Handle the case where temp_answer is false but defined.Matt Callaway1-3/+4
2012-09-11(#15756) Call include function correctlyAndrew Parker1-2/+2
2012-06-10(maint) Follow Puppet Labs style guide + code cleanupKelsey Hightower2-118/+127
2012-06-06(#12122) Use nil as default answer in lookupPatrick Carlisle1-1/+3
2012-01-19(#12037) hiera-puppet should support hash values.Nan Liu1-0/+2
2011-10-05added volcanes patch to allow calling_module and calling_class to be evaluate...Craig Dunn1-3/+11
2011-06-11Add a hiera_include() function and update exampleR.I.Pienaar2-1/+10
2011-06-11Add array search supportR.I.Pienaar3-23/+42
2011-06-06Add a example setupR.I.Pienaar1-1/+3
2011-06-04Add more tests, fix more bugsR.I.Pienaar1-1/+1
2011-06-04Add tests and fix bugs found with testsR.I.Pienaar1-4/+4
2011-06-04Add a debug statementR.I.Pienaar1-0/+1
2011-06-04Add a puppet backend that impliments Nigels designR.I.Pienaar2-4/+73
2011-06-04Add a hash like wrapper around puppet scopeR.I.Pienaar1-0/+15
2011-06-04First working hiera() function and a logger that logs using puppet notice/debugR.I.Pienaar1-0/+8