I have the need to run puppet in a 'stripped down' state, essentially 
turning off a large portion of an orchestration module.  The problem occurs 
when puppetdb receives a catalog that does not have any of the exported 
resources that the orchestration module would generate.  This obviously 
wreaks havoc on the system. 

I need a way to do puppet runs with storeconfigs turned off or otherwise 
gimped.

I've tried modifying the config.ru adding

ARGV << "--storeconfigs"  << "false"

but this does not seem to work as I thought it ought to.

I tried to follow 
https://docs.puppetlabs.com/puppet/latest/reference/config_about_settings.html#settings-can-be-set-on-the-command-line

Thanks in advance

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/4784b9bb-1c20-4078-9e83-4257ff3b901b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to