Is this where I would submit a patch for facter?  I had a situation
where I wanted lsbdistrelease, but it isn't available by itself.  It
only comes as part of lsb.rb.  So you can do:

facter|grep lsbdistrelease

but not

facter lsbdistrelease

because it doesn't load the lsb.rb module, it is looking for an
lsbdistrelease module, that doesn't exist.

I just created a lsbdistrelease.rb that basically contained nothing more
than:

require 'facter/lsb'

Also, lsbmajdistrelease was the same thing.

I can send in a patch.

I have found these values helpful in some of my puppet recipes.

/lsd



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Puppet Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/puppet-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to