[Puppet Users] forge module metadata: dependencies

2016-03-22 Thread Gabriel Filion
Hello, recently, a user of a module I wrote reported a bug with dependencies. after some discussions on the IRC channel, it turned out that there was a bug in the 3.x series which is not scheduled to be fixed: https://tickets.puppetlabs.com/browse/PUP-3121 It seems as though using user-module an

Re: [Puppet Users] Is there a solid EOL date for the Puppet 3.8 release family?

2016-03-22 Thread Trevor Vaughan
Thanks Eric. I know I'm being super irritating on this thread, but a link from one to the other might make this management proof. For now, I'll just send along both to those that ask. Thanks, Trevor On Tue, Mar 22, 2016 at 4:54 PM, Eric Sorenson wrote: > Oh boy. It could, I guess, it's HTML

Re: [Puppet Users] Puppet 4 on Debian Jessie amd64

2016-03-22 Thread Melissa Stone
Hi Friedhelm, Have you enabled the PC1 repos? I can't tell what repos you have enabled or where you got the puppetserver packages you're using, but you'll have to enable the PC1 jessie repo to access puppet-agent. https://docs.puppetlabs.com/guides/puppetlabs_package_repositories.html has a lot

Re: [Puppet Users] Puppet 4 on Debian Jessie amd64

2016-03-22 Thread 4null4
Hi! I have the same problem. But puppet-agent is not available. apt-get -y install puppetserver > Reading package lists... Done > Building dependency tree > Reading state information... Done > Some packages could not be installed. This may mean that you have > requested an impossible situa

Re: [Puppet Users] look up hiera hash's subkey within yaml

2016-03-22 Thread Brett Swift
Well that's what I've been going off, but I haven't figured out the right syntax. I've tried escaping the nested single quotes.. no luck. One strange thing right now is I can't even interpolate facts. --- test: "%{::hostname}" is failing on a lookup. hmm. On Tuesday, 22 March 2016 16:

Re: [Puppet Users] look up hiera hash's subkey within yaml

2016-03-22 Thread Carthik Sharma
This might help: https://docs.puppetlabs.com/hiera/3.1/variables.html#interpolating-hash-or-array-elements Thanks. On Tue, Mar 22, 2016 at 2:14 PM, Brett Swift wrote: > This is a bit nutty, but hopefully there's a way to do this. > > So far I have only been able to get the parent hash, not the

Re: [Puppet Users] Please Confirm: Puppet Directory Environments can not be named "master" ?

2016-03-22 Thread Carthik Sharma
To answer the question in the subject, you're correct, as documented here for Puppet 3.8 https://docs.puppetlabs.com/puppet/3.8/reference/environments_classic.html#allowed-names On Tue, Mar 22, 2016 at 1:41 AM, 'Robert Heinzmann' via Puppet Users < puppet-users@googlegroups.com> wrote: > Hello

[Puppet Users] look up hiera hash's subkey within yaml

2016-03-22 Thread Brett Swift
This is a bit nutty, but hopefully there's a way to do this. So far I have only been able to get the parent hash, not the nested one. The reason I don't want to do this in a manifest, is because I'd like to use pieces of this hash within hiera itself. This gist is what I'm trying to do: ht

Re: [Puppet Users] Is there a solid EOL date for the Puppet 3.8 release family?

2016-03-22 Thread Eric Sorenson
Oh boy. It could, I guess, it's HTML so anything is possible. But the canonical location for the component versions is on the docs site which is its own CMS and it's a lot of data: https://docs.puppetlabs.com/pe/latest/overview_version_table.html On Mar 22, 2016, at 1:50 PM, Trevor Vaughan

Re: [Puppet Users] Is there a solid EOL date for the Puppet 3.8 release family?

2016-03-22 Thread Trevor Vaughan
Security releases are really all that's important to most compliance-focused orgs. Could that page link to the versions of each sub-component that is included? Thanks! Trevor On Tue, Mar 22, 2016 at 11:37 AM, Eric Sorenson < eric.soren...@puppetlabs.com> wrote: > Sorry for the slow reply, we h

[Puppet Users] Re: Options for notifying external services in case of changing exported resources.

2016-03-22 Thread Jelle Smet
> > > If that's your only alternative, and -- as we've already covered -- you > must not use triggers, then you are out of luck. Puppet does not emit any > notifications when exported resource data change. On the other hand, it > does emit notifications when resource changes are applied to a

[Puppet Users] Re: Options for notifying external services in case of changing exported resources.

2016-03-22 Thread Jelle Smet
> > (like stuff needing guy/rest-api to update config).. I'd still make puppet > write config files.. perhaps in json format - and then simply catch puppet > return code in script running puppet on the "config server that pulls the > exported resources".. and post those new json files (filestam

Re: [Puppet Users] Is there a solid EOL date for the Puppet 3.8 release family?

2016-03-22 Thread Eric Sorenson
Sorry for the slow reply, we had some internal ducks to get in a row. The enterprise support page now shows the current support dates for all the recent series: https://puppetlabs.com/misc/puppet-enterprise-lifecycle As a practical matter we're going to provide open-source releases of compone

[Puppet Users] Re: Options for notifying external services in case of changing exported resources.

2016-03-22 Thread Klavs Klavsen
I configure monitoring by letting puppet create exported resources on all hosts (where my rules then figure out what to monitor).. and then I simply pull those resources on the monitor servers - which results in config files for the things to monitor. Works beautifully with nagios/icinga and oth

[Puppet Users] Please Confirm: Puppet Directory Environments can not be named "master" ?

2016-03-22 Thread 'Robert Heinzmann' via Puppet Users
Hello, I'm using PuppetServer 1.1.3 and want to use directory environments (I can not update to puppet 4 because of http://projects.theforeman.org/issues/8447, Foreman is used for reporting and facts only (CMDB like)). The main puppet repo has 2 branches: - master (production) - devel