On Feb 27, 7:40 pm, Peter Meier <[email protected]> wrote:
> Hi
>
> there are some problems to solve with the right tools. One problem is
> how to get information from host A into the puppet environment? the
> solution: facter. Write a custom fact, which represents the content of
> the generated file and then use @@file{'a': content => $custom_fact } to
> create an exported resource with the content. and then include the
> exported resouce on the other host, as you already suggested and tried.
>
> there is afair no other way how puppet could query the client for the
> content of a file.
>
> cheers pete

Sounds interesting. Has anyone had experience with facts that contain
2Mb of binary data?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Puppet Users" 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-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to