Re: [Puppet Users] Method to automatically/remotly clear out sign certificates

2015-07-15 Thread Martin Alfke
Hi Grant, On 14 Jul 2015, at 20:03, Grant Schoep wrote: > Using Puppet 3.6 now, but will be upgrading to 3.8 shortly. All running on > CentOS 7 > > So I am setting up a small network to be used in testing application > deploys/OS. The idea is basically this. > > 1. Build out a new VM(based

Re: [Puppet Users] Puppet 4.2. and latest Puppet Agent 1.2.1-x64 on Windows 2008 r2 keeps crashing with error 400: Invalid byte sequence in UTF-8

2015-07-15 Thread mst3k
Hi, thx for the answer - and sorry for the weird postings. I may need to create a google-account after all to submit decent requests.. But I got the logs: puppet.log -> http://pastebin.com/aA6dqK24 facter.log -> http://pastebin.com/f3i8Q6Y9 I hope that helps. Thank you for your time! Am 14.

[Puppet Users] Use One Class in Another Class (Newbie)

2015-07-15 Thread Blank Reg
Hi, I have written a class module that sets up the users, groups and security for each client. I would like to use the saz/ssh module to set PermitRootLogin to without-password on every server. This is a SSH server configuration. How do I do it? Do I have to subclass the ssh class with my cl

[Puppet Users] Re: Failed to upgrade a PuppetDB that runs into a non-standard directories

2015-07-15 Thread Benjamin Parmentier
Indeed... A puppetdb.webapps parameter in my custom config file was the problem. Renaming it solves the issue. Thanks for your help. Le jeudi 9 juillet 2015 20:47:42 UTC+2, Wyatt Alt a écrit : > > Hey Benjamin, > > This is a config validation error. You have a "webapps" setting somewhere > in

[Puppet Users] Re: Use One Class in Another Class (Newbie)

2015-07-15 Thread jcbollinger
On Wednesday, July 15, 2015 at 6:12:43 AM UTC-5, Blank Reg wrote: > > Hi, > > I have written a class module that sets up the users, groups and security > for each client. > I would like to use the saz/ssh module to set > > PermitRootLogin > > to > > without-password > > on every server. This is

Re: [Puppet Users] Method to automatically/remotly clear out sign certificates

2015-07-15 Thread Grant Schoep
Ah, thanks, that is exactly what I would want to use. Actually useful for some other things to. Can't believe I missed that. -- 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

[Puppet Users] Modul postgresql cannot handle negative value when writing config files

2015-07-15 Thread rbrinkmann
Hi, I try to setup streaming replication using puppet. I installed the official module postgresql and I succeed writing postgresql.conf and pg_hba.conf. My problem is I cannot put negtive values in the config files although it does make sense, e.g: example == ... postgresql::server::config

Re: [Puppet Users] Puppet 4.2. and latest Puppet Agent 1.2.1-x64 on Windows 2008 r2 keeps crashing with error 400: Invalid byte sequence in UTF-8

2015-07-15 Thread Peter Huene
On Wed, Jul 15, 2015 at 9:04 AM, Josh Cooper wrote: > > > On Tue, Jul 14, 2015 at 2:13 PM, mst3k wrote: > >> Hi, >> >> thx for the answer - and sorry for the weird postings. I may need to >> create a google-account after all to submit decent requests.. But I got the >> logs: >> >> puppet.log ->

Re: [Puppet Users] Puppet 4.2. and latest Puppet Agent 1.2.1-x64 on Windows 2008 r2 keeps crashing with error 400: Invalid byte sequence in UTF-8

2015-07-15 Thread Josh Cooper
On Tue, Jul 14, 2015 at 2:13 PM, mst3k wrote: > Hi, > > thx for the answer - and sorry for the weird postings. I may need to > create a google-account after all to submit decent requests.. But I got the > logs: > > puppet.log -> http://pastebin.com/aA6dqK24 > facter.log -> http://pastebin.com/f3i

Re: [Puppet Users] Modul postgresql cannot handle negative value when writing config files

2015-07-15 Thread Hunter Haugen
The provider does appear to try and handle fixnums to not be quoted https://github.com/puppetlabs/puppetlabs-postgresql/blob/master/lib/puppet/provider/postgresql_conf/parsed.rb#L20 What version of puppet is this? What errors are you getting with unquoted -1 values? `value => -1` appears to be the

[Puppet Users] Fedora 20 leaving yum.puppetlabs.com

2015-07-15 Thread Melissa Stone
Fedora 20 reached end of life on 2015-06-23 [1], so we are no longer building new packages for it and will remove it from our yum repository on Monday, August 10. [1] - https://lists.fedoraproject.org/pipermail/devel-announce/2015-May/001586.html -- Melissa Stone Release Engineer, Puppet Labs -

Re: [Puppet Users] PuppetLabs Netscaler Module

2015-07-15 Thread Matthew Ceroni
I tested out your changes. They seem to fix some of the issues but still running into others. Sorry I am not that strong of a Ruby coder. However all the rest.rb files error with the following: https://gist.github.com/cyrus-mc/2fee729114241299f6df Creating the instances of the type fails. I can

[Puppet Users] Re: PuppetLabs Netscaler Module

2015-07-15 Thread Ramesh Jonathan Godishela
The opening brace( SQUARE ) and closing brace ( CURLY ) does not match. On Tuesday, 14 July 2015 03:11:49 UTC+5:30, Matthew Ceroni wrote: > > I am attempting to use the puppetlabs netscaler module to manage, well a > Citrix Netscaler :) > > I setup my /etc/puppet/device.conf on the puppet agent

[Puppet Users] Centos 7 facter > 2 issue

2015-07-15 Thread Phil Manuel
Hi, If I do a clean install of CentOS 7 with facter and puppet, my puppet fails with puppet agent -t Info: Retrieving pluginfacts Info: Retrieving plugin Error: Could not retrieve local facts: undefined method `hostname' for Facter:Module Error: Failed to apply catalog: Could not retrieve loca

Re: [Puppet Users] Modul postgresql cannot handle negative value when writing config files

2015-07-15 Thread rbrinkmann
Hi, thanks for your feedback. I provided some more information, unfortunately the suggested quoting did not work. installed software ## facter 2.4.1-1 hiera 1.3.4-1 puppet 3.7.5-1 puppet-common

Re: [Puppet Users] Centos 7 facter > 2 issue

2015-07-15 Thread Peter Huene
On Wed, Jul 15, 2015 at 4:51 PM, Phil Manuel wrote: > Hi, > > If I do a clean install of CentOS 7 with facter and puppet, my puppet > fails with > > puppet agent -t > Info: Retrieving pluginfacts > Info: Retrieving plugin > Error: Could not retrieve local facts: undefined method `hostname' for >