Foreman and Windows nodes

Hello,

I don't know if this has been asked before, if it has please just
point me to an archive.

I would like to include some Windows nodes in Forman/Puppet and
leverage Facter to poll them for info is this possible? There seems to
be some support for it in Puppet and Facter.

Regards Jim

I never tried importing Windows facts, but it should be fairly trivial.

in general, you would need to post(over http) facter output to foreman,
in a very similar way to how the push_facts[1]

there might be minor issues with importing windows facts, in this case
we would need to add minor adjustments to the facter import method.

Ohad

[1] -
https://github.com/ohadlevy/puppet-foreman/blob/master/foreman/files/push_facts.rb

ยทยทยท On Tue, 2011-03-29 at 14:56 +0100, James Bailey wrote: > Hello, > > I don't know if this has been asked before, if it has please just > point me to an archive. > > I would like to include some Windows nodes in Forman/Puppet and > leverage Facter to poll them for info is this possible? There seems to > be some support for it in Puppet and Facter.