You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There was some weirdness in confine that caused #17. I'm thinking just removing the err logs makes the most sense since actually trying to run the manifest on a non-Darwin system will already throw.
Just updated my Puppet Server to 2.3.1 and got errors on the has_brew and has_compiler facts.
error while resolving custom fact "has_brew": undefined method 'err' for #<Facter::Util::Resolution:0x0000000281b8c8>
same for has_compiler. Is it maybe that errors should be handled, for example, by:
rescue Facter::Core::Execution::ExecutionFailure 'timeout!'
Another question is, should we confine that custom_fact just to MacOSX?
confine :kernel => "Darwin"
The text was updated successfully, but these errors were encountered: