So, I'm trying to be a good citizen and use more forge code. I run puppet parser validate across all manifests as part of this - which results in much hilarity and tears.
The latest one was when I pulled in puppetlabs/apache. .../modules/apache/manifests$ puppet parser validate balancer.pp --parser=future Warning: You cannot collect exported resources without storeconfigs being set; the collection will be ignored at .../modules/apache/manifests/balancer.pp:65:5 .../modules/apache/manifests$ puppet parser validate balancer.pp --parser=future --storeconfigs=true Error: Could not parse application options: needless argument: --storeconfigs=true In general, warnings have been about things that I should care about, and I enforce them, but this one's just plain improper. Am I off base, or should this be a bug report against puppet's parser? (btw: future or not future, same result.) --Triss -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/62a3eeec-925a-4d6b-85fe-8b4a5ca83332%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
