Re: [Puppet Users] Re: How to access a variable from parent define[d type]?

2015-10-29 Thread Jakov Sosic
On 10/29/2015 02:24 PM, jcbollinger wrote: What you describe should not have worked in Puppet 3, either. Class inheritance is the only mechanism Puppet 3 scoping rules provide for variables declared in a local scope, such as is es

[Puppet Users] example post42 for puppet jboss automation with some basic custom configurations

2015-10-29 Thread roz
Hi Folks, first of all thanks for this wonderful example post42 for puppet jboss automation , it really helping me to get started with my requirement, as i going through code i have some queries as i need some custom configuration requirements for my project like moving some directory files to

[Puppet Users] Announce: puppet-agent-1.2.7 available

2015-10-29 Thread Eric Sorenson
Puppet Agent 1.2.7 is now available. This is a minor release of the all-in-one agent, which bundles up Ruby, Puppet, Facter, and other components into a single package. The primary purpose of this release is to prepare for upcoming Puppet Enterprise support for Solaris and AIX. Notable changes

[Puppet Users] Announce: PuppetDB 3.2.0 is available!

2015-10-29 Thread Ken Barber
PuppetDB 3.2.0 - October 29, 2015 PuppetDB 3.2.0 Downloads Available in native package format as part of Puppet Collection 1 (PC1). More information on the PC1 repositories is available here: http://bit.ly/1HQJDNb Binary tarball: http://downloads.puppetlabs.com/puppetdb/

[Puppet Users] [CFP] Config Management Devroom at FOSDEM 2016

2015-10-29 Thread Heck, Walter
The FOSDEM Call for Proposals for the Configuration Management devroom on January 31, 2016 is open! FOSDEM Submissions are due on December 1, 2015. If you submitted a talk to a previous FOSDEM, you should already have an account in Pentabarf, so make sure that you log in with your existing account

Re: [Puppet Users] Re: How to access a variable from parent define[d type]?

2015-10-29 Thread Chad Huneycutt
Can you see the name of the defined type in the template? How about just deriving $developer from that? - Chad On Thu, Oct 29, 2015 at 9:24 AM, jcbollinger wrote: > > > On Thursday, October 29, 2015 at 1:05:16 AM UTC-5, Jakov Sosic wrote: >> >> Hi guys. >> >> I have an issue with scope changes,

[Puppet Users] Re: How to access a variable from parent define[d type]?

2015-10-29 Thread jcbollinger
On Thursday, October 29, 2015 at 1:05:16 AM UTC-5, Jakov Sosic wrote: > > Hi guys. > > I have an issue with scope changes, and I am wondering how to proceed. > > > This is what I've got: > > define first ( >$somevar, > ) { >$name_array = split($title, '/') >$developer = $name_a

Re: [Puppet Users] vcsrepo: Could not create repository (non-repository at path)

2015-10-29 Thread Abdul Karim
Hi, anyone know if this was ever fixed? today, I installed the latest version of vcsrepo from puppet forge. and still seeing this issue with git clone. I noticed this post is from 3 years ago so bit surprised that this isn't fixed. I have narrowed it down to def working_copy_exists? the check

[Puppet Users] Re: JBOSS module installation and Configuration through puppet

2015-10-29 Thread Klavs Klavsen
I just had to that.. I simply landed on creating an rpm - that packaged up the files.. so I could install jboss using yum.. much preferrable (and since I'm using licensed edition - puppet can't download it by itself anyways.. unless I placed it somewhere locally ofcourse). -- You received this