Project

General

Profile

« Previous | Next » 

Revision 7410565e

Added by Arnoud de Jonge over 11 years ago

Update templates/external_node.rb.erb

The setting is called storeconfigs.

View differences:

templates/external_node.rb.erb
# send facts to Foreman - optional uncomment 'upload_facts' to activate.
# if you use this option below, make sure that you don't send facts to foreman via the rake task or push facts alternatives.
#
if ( SETTINGS[:facts] ) and not ( SETTINGS[:storeconfig] )
if ( SETTINGS[:facts] ) and not ( SETTINGS[:storeconfigs] )
upload_facts
end
#

Also available in: Unified diff