On Jun 29, 2012, at 12:54 AM, Stephen Gran wrote:
> On Thu, 2012-06-28 at 08:40 -0700, Luke Kanies wrote:
>
>
>> Do you have cases where you need to search for things other than host
>> names?
>>
>>
>> Both your use case and Andrew's seem to be about finding hosts in
>> sets, which is quite di
On Thu, 2012-06-28 at 08:40 -0700, Luke Kanies wrote:
> Do you have cases where you need to search for things other than host
> names?
>
>
> Both your use case and Andrew's seem to be about finding hosts in
> sets, which is quite different from arbitrary data.
Hi,
We have a wrapper around Use
On Jun 29, 2012, at 10:31 AM, Daniel Pittman wrote:
> On Thu, Jun 28, 2012 at 8:36 PM, Andrew Forgue
> wrote:
>> On Thursday, June 28, 2012 11:40:35 AM UTC-4, Luke Kanies wrote:
>>>
>>> Do you have cases where you need to search for things other than host
>>> names?
>>
>> We also search for no
On Thu, Jun 28, 2012 at 8:36 PM, Andrew Forgue wrote:
> On Thursday, June 28, 2012 11:40:35 AM UTC-4, Luke Kanies wrote:
>>
>> Do you have cases where you need to search for things other than host
>> names?
>
> We also search for nodes with bind::slave class and then get the ipaddress
> fact of th
On Thursday, June 28, 2012 11:40:35 AM UTC-4, Luke Kanies wrote:
>
> Do you have cases where you need to search for things other than host
> names?
>
We also search for nodes with bind::slave class and then get the ipaddress
fact of the node and use that for resolv.conf. I can't think of any ot
>
> Do you have cases where you need to search for things other than host
> names?
>
> Both your use case and Andrew's seem to be about finding hosts in sets,
> which is quite different from arbitrary data.
>
> --
> Luke Kanies | http://about.me/lak | http://puppetlabs.com/ |
> +1-615-594-819
- Original Message -
> From: "R.I.Pienaar"
> To: puppet-dev@googlegroups.com
> Sent: Thursday, June 28, 2012 4:49:20 PM
> Subject: Re: [Puppet-dev] Export and collect data, not just resources.
>
>
>
> - Original Message -
> >
- Original Message -
> From: "Luke Kanies"
> To: puppet-dev@googlegroups.com
> Sent: Thursday, June 28, 2012 4:42:13 PM
> Subject: Re: [Puppet-dev] Export and collect data, not just resources.
>
>
>
>> On Jun 22, 2012, at 12:48 PM, Andrew Forgue
On Jun 22, 2012, at 12:48 PM, Andrew Forgue wrote:
> On Wednesday, June 20, 2012 9:24:20 PM UTC-4, Ryan Bowlby wrote:
> I imagine the common use case - and the one I had - is generation of a
> configuration file where certain values must be dynamically derived based on
> data that is beyond the
On Jun 20, 2012, at 6:24 PM, Ryan Bowlby wrote:
> I imagine the common use case - and the one I had - is generation of a
> configuration file where certain values must be dynamically derived based on
> data that is beyond the "node-scope". These values are inherently known to a
> subset of node
On Wednesday, June 20, 2012 9:24:20 PM UTC-4, Ryan Bowlby wrote:
>
> I imagine the common use case - and the one I had - is generation of a
> configuration file where certain values must be dynamically derived based
> on data that is beyond the "node-scope". These values are inherently known
> t
I imagine the common use case - and the one I had - is generation of a
configuration file where certain values must be dynamically derived based
on data that is beyond the "node-scope". These values are inherently known
to a subset of nodes who could provide them if given a means to do so. This
On Jun 20, 2012, at 12:50 PM, Ryan Bowlby wrote:
> Hi Jeff,
>
> That sounds great! If I could set and get in puppet manifests as well as from
> a face that would be killer. Would this be in stdlib as a function or more
> deeply embedded into the DSL? I'm assuming I can further filter a list of
As was pointed out to me today, there is also
https://github.com/dalen/puppet-puppetdbquery if you are running PuppetDB.
I too have been looking for a way to just export data, since what you
really care to export is the data thats used to create a given resource,
not really to export the resource
Hi Jeff,
That sounds great! If I could set and get in puppet manifests as well as
from a face that would be killer. Would this be in stdlib as a function or
more deeply embedded into the DSL? I'm assuming I can further filter a list
of hosts based on facter facts using Hiera (I honestly haven't
Exported data as a concept and mental model is more important than exported
resources IMHO. You've nailed it.
Add me to the list of people who have passed hostnames through exported
resources to a reverse proxy when all I really want is a variable containing an
up to date list of worker hostn
I'm bumping up against the apparent limits of puppet. There appears to be a
need for the ability to export data and not just resources. Then collecting
this data and filtering based on specific values and or node facts. Nature
will find a way
Examples of exported resources being used to ove
17 matches
Mail list logo