[Puppet Users] Puppet/Puppetboard throwing error 'Internal Server Error'

2016-01-25 Thread Manoj Kumar
Getting following error in apache logs : [Mon Jan 25 11:44:21.960584 2016] [:error] [pid 13523] ERROR:pypuppetdb.api:Not Found localhost:8080 over HTTP. [Mon Jan 25 11:44:21.964374 2016] [:error] [pid 13523] ERROR:pypuppetdb.api:Not Found localhost:8080 over HTTP. [Mon Jan 25 11:44:21.964949

[Puppet Users] Re: Accessing defined type resources from a epp template

2016-01-25 Thread jcbollinger
On Friday, January 22, 2016 at 10:21:21 AM UTC-6, Gerhardus Geldenhuis wrote: > I can easily reference the variables from the class and get their values > in the EPP template however I can't do it for the defined type without > passing variables as part of the epp function call and

[Puppet Users] Re: Puppet 4.3.1 - lookup failing - versioncmp() error

2016-01-25 Thread jcbollinger
On Sunday, January 24, 2016 at 12:15:32 PM UTC-6, Matt Watson wrote: > > Hey guys, > > I recently came up against an error in 4.3.1 where versioncmp() seems to > be broken: > > Debug: Performing a hiera indirector lookup of lookup_options with options > {:variables=>Scope(Class[Role::Gr01]),

[Puppet Users] Re: PE console missing the PE_REPO class for agent packages

2016-01-25 Thread Ben Ford
Hey Mike! I suspect that what you see is the result of modifying your basemodulepath or overriding your modulepath in an environment.conf file. They should be set something like the following: root@master:~ # puppet master --configprint basemodulepath

[Puppet Users] Error: Could not find class apache

2016-01-25 Thread Maruti Gangumolu
Hi Team, I'm new to puppet coding and I'm trying to install apache tomcat using class which is being included in nodes.pp file. I'm getting this error message when running site.pp file C:\ABC\Puppet\manifests>puppet apply C:\ABC\Puppet\manifests\site.pp Warning: The use of 'import' is

Re: [Puppet Users] Re: Announce: Facter 2.4.5 Available

2016-01-25 Thread Kylo Ginsberg
On Mon, Jan 25, 2016 at 8:35 AM, robbyt wrote: > On Friday, January 22, 2016 at 1:27:33 PM UTC-5, Hailee Kenney wrote: >> >> Facter 2.4.5 is a backwards-compatible bug-fix release in the Facter 2 >> series. >> >> This release includes minor bug fixes to several different facts.

[Puppet Users] Announce: puppet-agent 1.3.4 available

2016-01-25 Thread Eric Sorenson
Puppet Agent 1.3.4 is now available! This is a bugfix release of the all-in-one Puppet 4 based installer, which bundles Ruby, Facter, Puppet, and other components into a single package for all supported operating systems. Notable changes in this release: * Support for Ubuntu 'Wily Werewolf' *

Re: [Puppet Users] r10k database backend

2016-01-25 Thread Garrett Honeycutt
On 1/25/16 6:25 PM, Patrick Lesher wrote: > Has anyone thought about or tried to have r10k run against a mysql > backend to populate at least the information the puppetfile gives? > > Updating each puppetfile for a large number of “Environments” can be > burdonsome when we have to update the

[Puppet Users] manipulating new facts

2016-01-25 Thread Diego Roccia
Hi I'm migrating my puppet configuration from 3.6 to v4.2, but I'm having some problem with ip type facts. For example, I have this line : priority => inline_template('<%= 256 - ipaddress.split(".")[3].to_i %>') on puppet 3.6 and it works, putting there the last octet of my ip

[Puppet Users] r10k database backend

2016-01-25 Thread Patrick Lesher
Has anyone thought about or tried to have r10k run against a mysql backend to populate at least the information the puppetfile gives? Updating each puppetfile for a large number of “Environments” can be burdonsome when we have to update the version on a number of modules. We already have all