Re: [Puppet Users] Puppet Explorer 1.3.0

2014-09-21 Thread John Warburton
On Saturday, September 20, 2014, Spencer Krum wrote: > Puppet Explorer and PuppetBoard are both superior to the Puppet Dashboard. > Puppet > Do any of these also give the ability to spit out the current state as csv that the dashboard does? We use it extensively for reporting Thanks John --

Re: [Puppet Users] Re: Unable to do "puppet apply nodes.pp"

2014-09-21 Thread Felix Frank
On 09/21/2014 07:25 PM, Justin Timberlake wrote: > But the strange thing is that when i checked the Puppet webconsole, > the path shown in the logs is that of the > environment /i.e /etc/puppet/environments/production/manifests/./ Inconclusive. I suspect that this may be some compatibility settin

Re: [Puppet Users] Re: Unable to do "puppet apply nodes.pp"

2014-09-21 Thread Justin Timberlake
Hello Felix, Some strange observations : I tried running 'puppet apply' by giving the path specification of the dysfunctional manifest and i got through, below is the output *puppet:~ # puppet apply /etc/puppet/manifests/user-absent.pp* *Notice: Compiled catalog for puppet in environment product

Re: [Puppet Users] Re: Unable to do "puppet apply nodes.pp"

2014-09-21 Thread Felix Frank
On 09/21/2014 05:59 PM, Justin Timberlake wrote: > Hello Felix, > > Im using Puppet version 3.7.0 > > I tried applying the dysfunctional manifest ( this time for a new user > 'nathan' ). Attached is the debug output. > > > Thanks in Advance > Justin Hey, thanks - should have checked myself before

Re: [Puppet Users] Re: Unable to do "puppet apply nodes.pp"

2014-09-21 Thread Justin Timberlake
Hello Felix, Im using Puppet version 3.7.0 I tried applying the dysfunctional manifest ( this time for a new user 'nathan' ). Attached is the debug output. Thanks in Advance Justin On Sun, Sep 21, 2014 at 2:52 PM, Felix Frank < felix.fr...@alumni.tu-berlin.de> wrote: > On 09/21/2014 04:20 AM,

Re: [Puppet Users] Re: Unable to do "puppet apply nodes.pp"

2014-09-21 Thread Felix Frank
On 09/21/2014 04:20 AM, Justin tim wrote: > But when i change the path to > > /etc/puppet/environments/production/manifests, it runs perfectly. > > > I have set 'environmentpath' in puppet.conf to below > environmentpath = $confdir/environments > > where $confdir ---> /etc/puppet > > is there

[Puppet Users] Re: Using Hiera to Populate Defined Type in Puppet 3.6

2014-09-21 Thread Benjamin Chen
FYI, just wanted to share this as it allows you to create defined types via hiera. I built a hiera_manifest functionality at my job. Essentially it allows you to call modules, classes and parameters and defined types all via hiera yaml. I just put it up on Github to share: https://github.com/m