Re: [Puppet Users] Puppet Resources overridden using Hiera

2014-05-22 Thread Danny Roberts
That's been a great help. I have been able to use the config you presented to create user's defined in Hiera. I am just trying to expand upon that. Currently I do a: --- users: jane.doe The value 'jane.doe' is obviously passed to the $title variable. Is it possible to pass a second variabl

Re: [Puppet Users] On code organization and the deprecation of include

2014-05-22 Thread Felix Frank
On 05/21/2014 07:16 PM, Andre Nathan wrote: > I organize my setup so that hiera looks for my nodes under > hieradata/nodes/certname.yaml I see no reason not to allow further > nesting if needed. > > > It may be the only solution for me, but I'd rather not use YAML files as > the risk

[Puppet Users] Using augeas to insert two lines unless they alrdy exist

2014-05-22 Thread Erling Ringen Elvsrud
Hi, I try to accomplish this with Puppet / Augeas: Insert: Match User banner "none" at the end of /etc/ssh/sshd_config unless the two lines are alredy present. I'm aware of the sshd_config_provider from http://augeasproviders.com which seems like the simplest solution for this, but at th

[Puppet Users] connect apache to jboss

2014-05-22 Thread Ankita kumari
is there a way to connect apache to jboss using puppet? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscr...@googlegroups.com. To view this d

Re: [Puppet Users] failed to submit 'replace facts' command for puppetmaster.domain.com to puppetDB

2014-05-22 Thread Kamjar Gerami
I've upgraded and made a few changes to my config.ini and database.ini file to reflect the new logging path for logback.xml etc... More info can be found here in the release notes: https://github.com/puppetlabs/puppetdb/blob/stable/documentation/release_notes.markdown it works now! Thank yo

Re: [Puppet Users] puppetdb 2 : Idle timeout expired: 30000/30000 ms

2014-05-22 Thread Ken Barber
Sergey, Are you by any chance running Ubuntu 12.04 with the 3 year old Ruby 1.9.3-p0? If not what distro and exact ruby version are you running? ken. On Thu, May 22, 2014 at 5:06 AM, Sergey Arlashin wrote: > Yesterday I downgraded both puppet to 3.5.1 and pupetdb to 1.6.3, and the > problem di

Re: [Puppet Users] puppetdb 2 : Idle timeout expired: 30000/30000 ms

2014-05-22 Thread Ken Barber
I've been able to replicate this now for those following along at home. It seems to be that Ubuntu 12.04 and ruby-1.9.3-p0 exhibits this bug, which on the surface seems to be a bug in calculating the Content-Length for the POST submission header, but I haven't completely confirmed this. Updating m

Re: [Puppet Users] Puppet Resources overridden using Hiera

2014-05-22 Thread jcbollinger
On Thursday, May 22, 2014 2:44:06 AM UTC-5, Danny Roberts wrote: > > That's been a great help. > > I have been able to use the config you presented to create user's defined > in Hiera. I am just trying to expand upon that. > > Currently I do a: > > --- > users: > jane.doe > > > The value 'jane

Re: [Puppet Users] puppetdb 2 : Idle timeout expired: 30000/30000 ms

2014-05-22 Thread Sergey Arlashin
On May 22, 2014, at 4:54 PM, Ken Barber wrote: > Sergey, > > Are you by any chance running Ubuntu 12.04 with the 3 year old Ruby > 1.9.3-p0? If not what distro and exact ruby version are you running? > Problem client: # cat /etc/issue Ubuntu 12.04.4 LTS \n \l # dpkg -l |grep -i ruby ii fa

[Puppet Users] Re: using storeconfigs and exported resources

2014-05-22 Thread jcbollinger
On Wednesday, May 21, 2014 3:27:32 PM UTC-5, Ritesh Nanda wrote: > > Hello , > > I am designing a multi-node deployment env with Puppet. > Ok. > Scenario i have is once one machine is created it will have its hostname > allocated dynamically , > Ok. > that hostname has to be used b

[Puppet Users] user purge_ssh_keys

2014-05-22 Thread Doug Byrne
Hi, I'm using Puppet 3.6.0 on Ubuntu 12.04 and I'm trying to purge unmanaged ssh authorized keys. I've added this code to my manifest: user { 'ubuntu': purge_ssh_keys => true, home => '/home/ubuntu', } However, no keys are purged. I do see the following lines in the agent debug output:

Re: [Puppet Users] user purge_ssh_keys

2014-05-22 Thread Felix Frank
Hi, interesting. That Should Have Worked(tm). A ticket would be splendid, yes. Thanks, Felix On 05/22/2014 04:29 PM, Doug Byrne wrote: > Hi, > > I'm using Puppet 3.6.0 on Ubuntu 12.04 and I'm trying to purge unmanaged > ssh authorized keys. > > I've added this code to my manifest: > > user {

Re: [Puppet Users] user purge_ssh_keys

2014-05-22 Thread Doug Byrne
Thanks, created as PUP-2635 On Thursday, May 22, 2014 10:42:35 AM UTC-4, Felix.Frank wrote: > > Hi, > > interesting. That Should Have Worked(tm). > > A ticket would be splendid, yes. > > Thanks, > Felix > > On 05/22/2014 04:29 PM, Doug Byrne wrote: > > Hi, > > > > I'm using Puppet 3.6.0 on

Re: [Puppet Users] connect apache to jboss

2014-05-22 Thread Corey Van Allen
Yes. You can build a module using mod_cluster, mod_jk, or mod_proxy depending on your environment. -- Corey Van Allen On Thu, May 22, 2014 at 6:38 AM, Ankita kumari wrote: > is there a way to connect apache to jboss using puppet? > > -- > You received this message because you are subscribed t

Re: [Puppet Users] Re: using storeconfigs and exported resources

2014-05-22 Thread Ritesh Nanda
Hello John, Thanks for your reply , sorry for providing less information . I am working on developing websphere multi-node deployment module , in that i have two roles one is deploymanager another is appserver. I have a type and provider already created for it which run on the deploymanager , whi

[Puppet Users] Puppet 3.6.0... and scaling?

2014-05-22 Thread Tristan Smith
After much hacking to get directory environments settled and the manifest directory in place, I rolled Puppet 3.6 to our puppetmasters last night. One of our puppetmasters has nearabouts 1000 clients, runs passenger under apache 2.2 (ruby 1.8.7, sadly, thanks CentOS), and normally doesn't really

[Puppet Users] Re: Puppet 3.6.0... and scaling?

2014-05-22 Thread Ellison Marks
Hey, I think I remember another thread that mentioned that there were some performance issues with directory environments. Basically, the next 3.6 release will add a caching option that mostly alleviated the problem for the OP from that thread. https://groups.google.com/forum/#!topic/puppet-use

[Puppet Users] Re: Puppet 3.6.0... and scaling?

2014-05-22 Thread Tristan Smith
Dang. That does look an awful lot like my issue. I am in fact using directory environments (mostly because of the screaming deprecation warnings telling me I was a bad man if I didn't). :/ Shame on me for using a .0 release. On Thursday, May 22, 2014 10:17:24 AM UTC-7, Ellison Marks wrote: > >

Re: [Puppet Users] puppetlabs/java_ks modules and puppet:// uri paths

2014-05-22 Thread Morgan Haskel
Juan, We're looking into this ticket. Morgan On Wed, May 21, 2014 at 2:50 AM, Juan Sierra Pons wrote: > Hi Morgan, > > Yes, I have configured [extra_files] and it is working ok with other > module. The isue here is that instead of downloading the file > mycert.org.crt and using it while runnin

[Puppet Users] Re: PuppetDB 2.0.0 final now available

2014-05-22 Thread Ken Barber
For those interested Ubuntu 14.04 packages are now available for PuppetDB 2.0.0. Information on how to enable the Puppet Labs repositories for your distro is available here: http://docs.puppetlabs.com/guides/puppetlabs_package_repositories.html#open-source-repositories ken. On Tue, May 6, 2014 at

[Puppet Users] Re: Puppet 3.6.0... and scaling?

2014-05-22 Thread Daniele Sluijters
The environment caching is already there, use the environment_timeout setting. Mine is set to unlimited and I reload at deploy time by touching tmp/restart.txt. This so far seems to work really well. On Thursday, 22 May 2014 19:26:47 UTC+2, Tristan Smith wrote: > > Dang. That does look an awful

[Puppet Users] Re: Puppet 3.6.0... and scaling?

2014-05-22 Thread Ellison Marks
Ah, whoops. Shame on *me* for not remembering what version they were talking about in that thread. On Thursday, May 22, 2014 12:21:37 PM UTC-7, Daniele Sluijters wrote: > > The environment caching is already there, use the environment_timeout > setting. Mine is set to unlimited and I reload at d

Re: [Puppet Users] Re: Profiling catalog compilation

2014-05-22 Thread Wolf Noble
indeed. I'd strongly encourage y'all to move to 3.5+ there's a bunch of really nifty stuff that's been added... not to mention it's incredibly more performant. Say Hi to Seb for me, and pass along my contact info. W On Wed, May 21, 2014 at 12:13 AM, William Leese wrote: > Great stuff, thank

Re: [Puppet Users] Re: Profiling catalog compilation

2014-05-22 Thread Renan Vicente
William have a lot of troubleshooting on the official docs. Check this out. http://docs.puppetlabs.com/guides/troubleshooting.html http://docs.puppetlabs.com/pe/latest/trouble_install.html http://docs.puppetlabs.com/pe/latest/trouble_comms.html http://docs.puppetlabs.com/pe/latest/trouble_console

[Puppet Users] Announce: Puppet 3.6.1 Available

2014-05-22 Thread Eric Sorenson
Puppet 3.6.1 is a bug fix release in the Puppet 3.6 series. It addresses a few issues which were "in flight" but whose fixes did not land by the cutoff for Puppet 3.6.0 and some regressions in recent Puppet releases. Here's a summary of changes in this release: * Changes to RPM Behavior

Re: [Puppet Users] Using augeas to insert two lines unless they alrdy exist

2014-05-22 Thread Ian Mortimer
On 05/22/14 18:21, Erling Ringen Elvsrud wrote: I try to accomplish this with Puppet / Augeas: Insert: Match User banner "none" at the end of /etc/ssh/sshd_config unless the two lines are alredy present. > ... I appreciate if anyone can post a suggested solution for this task. set /fi

[Puppet Users] Announce: Hiera 1.3.3 available!

2014-05-22 Thread Eric Sorenson
Hiera 1.3.3 is a backwards-compatible performance and fixes release in the 1.3 series. It provides a substantial speed increase for lookups compared to Hiera 1.3.2. This release also adds support for Ubuntu 14.04 (Trusty Tahr) and discontinues support for Fedora 18 and Ubuntu 12.04 (Raring Ringt

[Puppet Users] Announce: Hiera 1.3.3 available!

2014-05-22 Thread Eric Sorenson
Hiera 1.3.3 is a backwards-compatible performance and fixes release in the 1.3 series. It provides a substantial speed increase for lookups compared to Hiera 1.3.2. This release also adds support for Ubuntu 14.04 (Trusty Tahr) and discontinues support for Fedora 18 and Ubuntu 12.04 (Raring Ringt

[Puppet Users] Re: Announce: Hiera 1.3.3 available!

2014-05-22 Thread David Gillies
So I hope you actually meant Ubuntu *13.04* (Raring Ringtail) and not Ubuntu 12.04 (Precise Pangolin) right? On Friday, 23 May 2014 13:08:16 UTC+10, Eric Sorenson wrote: > > Hiera 1.3.3 is a backwards-compatible performance and fixes release in the > 1.3 series. It provides a substantial speed i

Re: [Puppet Users] Renew puppet agent certificate

2014-05-22 Thread prunkdump
Le mardi 20 mai 2014 04:01:16 UTC+2, ianm a écrit : > > On 05/19/14 22:30, prun...@gmail.com wrote: > > > I'am search for the best way to reconnect a puppet client when I > > reinstall the entire operating system of the host. > > In a lab where rebuilds are frequent, I keep a copy of each hos

[Puppet Users] Re: connect apache to jboss

2014-05-22 Thread Ankita kumari
i am using centos operating system. i want to connect apache installed on one node to jboss on another node. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to p