I have a script in $FACTERLIB that queries proprietary vendor tools for RAID configuration. These tools are quite slow, so the top of my .rb file calls the program once and stores the output in a variable. Multiple Facter.add statements then populate the facts. I would like to bail on this custom fact script if it's being run on a VM or unsupported host. I don't think "confine" would work here since I have multiple Facter.add and I would ideally like to bail before it gets to any of them. If I try "exit," facter just exists and no other facts are collected. Looking at the code in facter/util/loader.rb, I could throw a ScriptError exception - but that seems hackish.
Anyone have experience or suggestions for doing something similar? I've tried searching existing code with no luck. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/oMqhWhsk0zYJ. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.