theforeman / puppetdb_foreman

PuppetDB proxy in Foreman
http://theforeman.org
GNU General Public License v3.0
32 stars 23 forks source link

Feature: importing facts #6

Closed visibilityspots closed 10 years ago

visibilityspots commented 10 years ago

I'm not sure if it's possible, but for now we run a cron job every hour to import the puppet facts into foreman using the command:

/usr/sbin/foreman-rake puppet:import:hosts_and_facts

But I guess this must be possible in a way by importing those facts directly from the puppetdb or am I wrong about this?

dLobatog commented 10 years ago

It is possible, but what's the point on importing facts from PuppetDB instead of doing that from the machine itself, which will for sure have more updated facts?

dLobatog commented 10 years ago

Closing due to inactivity.