Method: Chef::Application#emit_warnings
- Defined in:
- lib/chef/application.rb
#emit_warnings ⇒ Object
91 92 93 |
# File 'lib/chef/application.rb', line 91 def emit_warnings logger.warn "chef_config[:zypper_check_gpg] is set to false which disables security checking on zypper packages" unless chef_config[:zypper_check_gpg] end |