Method: Puppet::Parser::Scope#set_facts
- Defined in:
- lib/puppet/parser/scope.rb
#set_facts(hash) ⇒ Object
823 824 825 |
# File 'lib/puppet/parser/scope.rb', line 823 def set_facts(hash) setvar('facts', deep_freeze(hash), :privileged => true) end |