Trying to define a custom fact starting with
require 'facter'
# Custom fact to see if the long path exists
Facter.add(:LongPath) do
and I keep getting a message about a syntax error at the "." in my Facter.add statement
↧