Method: Puppet::Util::Settings#print_configs?
- Defined in:
- lib/vendor/puppet/util/settings.rb
#print_configs? ⇒ Boolean
243 244 245 |
# File 'lib/vendor/puppet/util/settings.rb', line 243 def print_configs? (value(:configprint) != "" || value(:genconfig) || value(:genmanifest)) && true end |