I declare puppetdb is still awesome and always was. Peace out.
On Tuesday, January 1, 2013 8:38:58 AM UTC-8, Hoof Hearted wrote:
>
> I need to be more succinct. How do you do the following with puppetdb?
>
> select count(*), date(created_at) from hosts group by 2 order by 2 desc;
>
>
, December 27, 2012 10:26:33 PM UTC-8, Hoof Hearted wrote:
>
> The examples in the puppetdb docs show how I can query for a list of node
> names. What if I want more fields? Could someone share an example of how
> you query puppetdb to return multiple values? Like what if you want the
&
In addition to all that, one quick thing to lower the barrier to entry is
to just start off with this in your default node:
node default {
notify {"hello world": }
}
On Friday, December 28, 2012 3:26:47 AM UTC-8, Keiran Sweet wrote:
>
> Hi There,
> A couple of suggestions if you are starting
what does your puppetmaster's site.pp have in it? Also, I'm not super sure,
but you might want to at least make the puppetmaster and client the same
version. If you don't have the packages readily available you could install
them easily via gem.
On Thursday, December 27, 2012 10:55:38 AM UTC-8
The examples in the puppetdb docs show how I can query for a list of node
names. What if I want more fields? Could someone share an example of how
you query puppetdb to return multiple values? Like what if you want the
node's name and what the custom fact "role" says, for all nodes that have
th