Re: [Puppet Users] Managing big changes

2014-04-03 Thread Sven Sporer
Thanks Dan, I didn't know about puppet-catallog-diff. I'm already using rspec-puppet to test the module logic, and extensively use VMs to test the bootstrap of new systems. I don't fear that I will introduce bugs in my modules. The issue I had in mind is more of an issue with managing your modu

Re: [Puppet Users] Managing big changes

2014-04-03 Thread Garrett Honeycutt
On 4/3/14, 10:23 AM, Sven Sporer wrote: > Thanks Dan, I didn't know about puppet-catallog-diff. I'm already using > rspec-puppet to test the module logic, and extensively use VMs to test > the bootstrap of new systems. I don't fear that I will introduce bugs in > my modules. > > The issue I had in

[Puppet Users] alias property flip-flop for concat files

2014-04-03 Thread ak0ska
Hello, We recently experienced a drop in the catalog duplication rate on our PuppetDB. Thanks to the very useful new debug feature, we believe it is due to a phenomena where the alias property of File resources created by the concat module oscillates as follows: < "alias" : "concat_/etc/

[Puppet Users] Error while Puppet Sync on PuppetMaster

2014-04-03 Thread iliyas shirol
Greetings! We are seeing the following exception on one of our Puppet Master host while its performing a puppet sync with itself """ certificate verify failed. This is often because the time is out of sync on the server or client Could not retrieve file metadata for puppet://puppet/plugins: S

Re: [Puppet Users] Enumerating Puppet Arrays

2014-04-03 Thread jcbollinger
On Wednesday, April 2, 2014 6:21:55 PM UTC-5, Ellison Marks wrote: > > Potentially easier, you could use prefix($scripts, '/path/'), which comes > from puppetlabs-stdlib to put the path on all members of the array. Then > just pass the now prefixed array to the defined type described above. Thi

[Puppet Users] Re: Chaining difficulties setting up MariaDB

2014-04-03 Thread jcbollinger
On Wednesday, April 2, 2014 2:50:52 PM UTC-5, Bradley Frank wrote: > > Puppet 2.7, using the mysql module, version 2.1.0. > > I do not wish to have Puppet manage the root password because passwords > should not be included in my manifests (which are captured in Git). > I have a setup where /root

[Puppet Users] Re: Service[foo] fails under --noop if its package has never been installed

2014-04-03 Thread jcbollinger
On Wednesday, April 2, 2014 12:12:14 PM UTC-5, Drew Raines wrote: > > Hello! > > I'm running `apply --noop` regularly. I would really like to also > do it on a fresh machine before changing bits on the disk. > Unfortunately this fails for Service types because their init > scripts don't yet

Re: [Puppet Users] hiera_config ignored if in an environment block

2014-04-03 Thread Garrett Honeycutt
On 4/3/14, 1:21 AM, Tom Blich wrote: > > Per-environment Blocks > > Blocks named for environments > are the most > specific, and can override settings in the run mode blocks. Only a small > number of settings (specifically: |modulepath,

Re: [Puppet Users] puppet class require fails depending on declaration order

2014-04-03 Thread Garrett Honeycutt
On 4/2/14, 3:23 PM, jcbollinger wrote: > > > On Wednesday, April 2, 2014 4:57:39 AM UTC-5, David Portabella wrote: > > Oh My God! > > you mean that "it's not a bug, it is a feature" ? > > > > It is not a feature in the sense of a desired outcome, but it /is/ the > intended behavior.

[Puppet Users] Re: Newbie namespace question: how to access variable in different module

2014-04-03 Thread jcbollinger
On Wednesday, April 2, 2014 10:51:36 AM UTC-5, Thomas Hartmann wrote: > > Hi all, > > I am quite new to Puppet and are currently struggeling with the namespace. > > Thus, I have a manifest to deploy my service organized in > manifests --> myservice.pp > > node "myservice.thing.foo"{ > class {'

[Puppet Users] extracting a zip/compressed file in windows ?

2014-04-03 Thread kaustubh chaudhari
Hi All, I was wondering how can i extract a compressed file on windows. Actually i wish to install a software which has 100s of files with a setup.exe one of them. I was wondering to zip the folder -> copy it to windows box and then run the setup.exe. But how can i extract the zip file on wind

[Puppet Users] Re: Error: Multilib version problems found

2014-04-03 Thread jcbollinger
On Wednesday, April 2, 2014 10:18:59 AM UTC-5, amogh patel wrote: > > Hi Puppet Users, > > I'm facing below error after the repo updates: > > Error: Execution of '/usr/bin/yum -d 0 -e 0 -y install libstdc++.i686' > returned 1: Error: Multilib version problems found. This often means that > the

Re: [Puppet Users] puppet class require fails depending on declaration order

2014-04-03 Thread David Portabella
*> **Agree with John that you want to completely avoid using the parameterized style declaration of classes. Better to use 'include' statements and set all of your params in Hiera. * That's an interesting discussion, but that's not the point of this post. the point of this post, as I understa

[Puppet Users] Re: Error: Multilib version problems found

2014-04-03 Thread amogh patel
Thanks for your reply John. I read about your first solution which you posted earlier but I'm trying the second one. yum repo: (This was updated) Available Packages libstdc++.i686 4.4.7-4.el6

[Puppet Users] Announce: Puppet 3.5.0 now available!

2014-04-03 Thread Eric Sorenson
Puppet 3.5.0 is now available as an official release. NEW IN PUPPET 3.5: The biggest things in this release are: * A new way to set up environments, which codifies and extends the popular "dynamic environments" pattern * A cleaner replacement for the classic `import nodes/*.pp` pattern * Scriptab

[Puppet Users] Re: Is there a puppet module for tomcat and apache

2014-04-03 Thread Kamal Ahmed
Can you share the tomcat7 puppet module that you rolled out, i have tried almost all of the tomcat7 modules on github, and puppet forge and NONE of them work -Thanks On Wednesday, 5 September 2012 11:33:39 UTC-4, JGonza1 wrote: > > Is there a puppet module for tomcat and another one for apache?

[Puppet Users] 3.5 breaks yumrepo resource

2014-04-03 Thread Jo Rhett
3.5 breaks yum repos using mirrorurl and no baseurl. https://tickets.puppetlabs.com/browse/PUP-2155 On Apr 3, 2014, at 2:32 PM, Eric Sorenson wrote: > Puppet 3.5.0 is now available as an official release. > > NEW IN PUPPET 3.5: > The biggest things in this release are: > * A new way to s