Is there any way to update my facter facts in Foreman without doing a full
puppet agent run on the client?
I've got some machines that are definitely not ready to have a puppet run
done, but their facter facts are well out of date. Just trying to get
these updated without breaking the clients.
Assuming the puppet client is working on them the following would work:
puppet agent -t --tags nosuchtag
···
On Wednesday, June 4, 2014 5:30:53 AM UTC-5, Duncan Innes wrote:
>
> Hi,
>
> Is there any way to update my facter facts in Foreman without doing a full
> puppet agent run on the client?
>
> I've got some machines that are definitely not ready to have a puppet run
> done, but their facter facts are well out of date. Just trying to get
> these updated without breaking the clients.
>
> Cheers
>
> Duncan
>
Once I've fixed the issue I've just found with the external node.rb script
being well out of date and misconfigured.
···
On Wednesday, 4 June 2014 13:05:44 UTC+1, Chuck wrote:
>
> Assuming the puppet client is working on them the following would work:
>
> puppet agent -t --tags nosuchtag
>
>