summaryrefslogtreecommitdiff
path: root/lib/puppet/parser/functions/trocla_get.rb
AgeCommit message (Collapse)Author
2015-08-12Fix #14 - allow trocla_get not to raise an error if nothing is foundmh
Up to now we raised an error if nothing was found while using trocla_get. The main idea was to ensure that typos in the key/format are easily spotted and not overlooked as no password being returned usually indicates that something is wrong. As outlined in #14 there are use cases where it makes sense to not have this behavior. This change allows us to suppress the error raising and just return the puppet undef if nothing is found.
2011-08-03update docmh
2011-07-27init of trocla modulemh