> 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
Hmm, why focus on command line args for this? You can just disable it in your puppet.conf: http://docs.puppetlabs.com/puppetdb/3.0/connect_puppet_master.html#edit-puppetconf ie. storeconfigs = false in the [master] section. ken. -- 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/CAE4bNTnmH_fqS5Mwh%3DGT6G7qOnmj8RFrqQbxT1vzR9c2%2B1Lxmw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.