[Puppet Users] puppet dashboard ebuild

2012-09-11 Thread psychobyte
Are there any plans for a puppet dashboard ebuild for gentoo? Thx. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/Ps904r0de8wJ. To post to this group, s

[Puppet Users] Re: ordering or chaining for generate() function

2012-04-25 Thread psychobyte
yes. I'm running a server side script that creates some data used to update a client-side config file. On Wednesday, April 25, 2012 6:50:52 AM UTC-7, matti wrote: > > Hi, > > Am I right in thinking that something like that has place. On the Master: > > generate() -> template() and/or "static fil

[Puppet Users] Re: ordering or chaining for generate() function

2012-04-25 Thread psychobyte
resources. Thanks. On Wednesday, April 25, 2012 6:07:05 AM UTC-7, jcbollinger wrote: > > > > On Apr 24, 3:53 pm, psychobyte wrote: > > I need to run a the generate() function (server side) in order to > populate > > a data file for one of my modules. Is the

[Puppet Users] ordering or chaining for generate() function

2012-04-24 Thread psychobyte
Hi, I need to run a the generate() function (server side) in order to populate a data file for one of my modules. Is there a way to ensure that the generate function is run before a config file is created (the contents of the file doesn't come directly from generate()). Right now I'm getting

[Puppet Users] Re: configured puppet server as client now no updates are working

2012-04-16 Thread psychobyte
Actually, this was a stupid mistake on my part. I manage the puppet.conf file, when I applied the config. the puppet master config file got set to a puppet client config. I'm surprised it didn't output any error messages. On Monday, April 16, 2012 9:45:25 AM UTC-7, psychobyte wro

[Puppet Users] configured puppet server as client now no updates are working

2012-04-16 Thread psychobyte
Hi, My puppet server was working up until I configured it to be a puppet client. I applied the configuration on the server which seemed to work fine. However, now when ever a client or itself asks for an updated configuration it always comes back with a successful poll, no updates, and the c

Re: [Puppet Users] configuration version variable?

2012-04-06 Thread psychobyte
20 AM UTC-7, Patrick Debois wrote: > > I've implemented that - See pull request - > https://github.com/puppetlabs/hiera-puppet/pull/20 > > See > > https://github.com/jedi4ever/hiera-puppet/commit/2250a9825ea3382bb0518d77c4f5a8b97667f4a0 > > for details > &g

[Puppet Users] configuration version variable?

2012-04-06 Thread psychobyte
Hi, is there a fact or variable for the configuration version that I can access from hiera or my manifests? I'd like to embed it into my files. Thanks, -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit

[Puppet Users] Re: hiera_array() default value not taken

2012-04-06 Thread psychobyte
I don't think hiera likes defaults as array/hashes explicitly I usually do a $empty_hsh = {} $empty_arr = [] and use those as default values. HTH On Monday, April 2, 2012 5:03:37 AM UTC-7, pablo.f...@cscs.ch wrote: > > Hi, > > There is probably something stupid I am missing, but I just can't

[Puppet Users] Re: hiera on puppet 2.6.12

2012-03-14 Thread psychobyte
. Thanks! On Mar 14, 12:32 pm, Markus Falb wrote: > On 14.3.2012 18:50, psychobyte wrote: > > > I'm trying to use standard hiera on puppet (gentoo).  I simply did > > > # gem install hiera > > > Then setup /etc/hiera.yaml > > > When i call the hiera() functio

[Puppet Users] hiera on puppet 2.6.12

2012-03-14 Thread psychobyte
Hi, I'm trying to use standard hiera on puppet (gentoo). I simply did # gem install hiera Then setup /etc/hiera.yaml When i call the hiera() function in puppet i get "Error 400 on SERVER: Unknown function hiera at /data/puppet/manifests/ site.pp:27" Is there a step that I'm missing? BTW. s

[Puppet Users] Re: Puppet Agent / master configuration

2012-02-06 Thread psychobyte
you can set the client to update it's catalog w/ this parameter runinterval = 3600 On Feb 6, 2:06 am, sateesh wrote: > Hi, > > I had set up the puppet agent / master configuration. I have written > the site.pp in manifests. The catalog is running on the client with > some time intervals. I ha

[Puppet Users] puppet client only install on Gentoo

2012-01-26 Thread psychobyte
Hi, I'm using Gentoo and puppet-2.6.12. The puppet master and client are wrapped up in the same package, app-admin/puppet. Can someone suggest a simple way of installing only the puppet client (I'm new to Gentoo)? Thanks, P. -- You received this message because you are subscribed to the Goo