[Puppet Users] Pushing git repo to Windows agent

2014-03-07 Thread Nick Miller
Hi, I'm just starting out with puppet, and I have a basic handle on it. What I've been tasked to do is to be able to push files from a git repo to Windows servers. The servers themselves will have no internet access, so installing cygwin & git on the agents is not an option. What I'd like to

Re: [Puppet Users] Windows MSI Package With Multiple install_options

2014-03-07 Thread Rob Reynolds
What do you get when you run with --debug --trace --verbose? What version of puppet? On Fri, Mar 7, 2014 at 9:31 AM, Scott Vieth wrote: > Hello all, > > I am looking to do an installation of Splunk Forwarder, which requires > multiple install_options flags to be passed through. It's also requir

[Puppet Users] Puppet dashborad ENC script output blank

2014-03-07 Thread Satish Patel
I have configured puppet and its working fine. recently i have install puppet-dashborad and it works fine, it is showing reports, node etc. but somehow it is now showing "classes" associated with node. sudo /usr/bin/env PUPPET_DASHBOARD_URL=http://localhost:3000 /usr/share/puppet-dashboard/bin/

Re: [Puppet Users] Have to run puppet agent twice to install LDAP and ssh keys.

2014-03-07 Thread Christopher Wood
(inline) On Fri, Mar 07, 2014 at 09:39:44AM -0600, Kenton Brede wrote: >I've got a module that installs and configures LDAP for user >authentication.� I've got another module that creates user directories and >another that assigns ssh keys. > >Using runstages I force the "ldap" mo

[Puppet Users] Windows MSI Package With Multiple install_options

2014-03-07 Thread Scott Vieth
Hello all, I am looking to do an installation of Splunk Forwarder, which requires multiple install_options flags to be passed through. It's also required to be a quiet install using the /quiet flag, but I believe that is passed in automatically. The code I have crafted looks like this: pack

[Puppet Users] Puppet, Foreman and Modules

2014-03-07 Thread James James
Hello, First of all, sorry for my poor english I am trying to use foreman, puppet with modules. The razorsedge (https://forge.puppetlabs.com/razorsedge/network) network module. I have created a manage folder in /etc/puppet/environments/production/modules/network/manifests/ which contain

[Puppet Users] Have to run puppet agent twice to install LDAP and ssh keys.

2014-03-07 Thread Kenton Brede
I've got a module that installs and configures LDAP for user authentication. I've got another module that creates user directories and another that assigns ssh keys. Using runstages I force the "ldap" module to run first and the "user" and "ssh_keys" modules to run last. LDAP is installed but th

Re: [Puppet Users] Re: Problems in Ch. 4 of Pro Puppet 2nd Edition

2014-03-07 Thread Alessandro Franceschi
On Friday, March 7, 2014 5:16:41 AM UTC+1, Jon Forrest wrote: > > On 3/5/2014 1:26 PM, Alessandro Franceschi wrote: > > Hei Jon, > > your text correction and errors hunting skills are impressive. > > Thanks. I try. > > > I'm writing a book about Puppet too and am definitively in time to > >

[Puppet Users] scheduling defined resources

2014-03-07 Thread Mark deJong
Hello, We're currently using version 3.4.3, and the documentation on metaparameters states "any defined metaparameter can be used with any instance in your manifest, *including defined components.*" Unless I'm missing something, this statement does not hold true to the schedule parameter which

Re: [Puppet Users] PE 3.2 Issue when Upgrading from PE 3.1.3

2014-03-07 Thread Craig Dunn
Next time I'll read the names of ticket contributors :) doh. On Fri, Mar 7, 2014 at 3:11 PM, Craig Dunn wrote: > > You appear to be hitting this... > > https://tickets.puppetlabs.com/browse/ENTERPRISE-92 > > > On Thu, Mar 6, 2014 at 7:54 PM, Louis wrote: > >> I have new Vagrant Box with a rec

Re: [Puppet Users] PE 3.2 Issue when Upgrading from PE 3.1.3

2014-03-07 Thread Craig Dunn
You appear to be hitting this... https://tickets.puppetlabs.com/browse/ENTERPRISE-92 On Thu, Mar 6, 2014 at 7:54 PM, Louis wrote: > I have new Vagrant Box with a recent installation of PE 3.1.3 and it fails > the upgrade with the following error. > > Complete! > Loaded plugins: fastestmirror,

[Puppet Users] Re: PE 3.2 Issue when Upgrading from PE 3.1.3

2014-03-07 Thread jcbollinger
On Thursday, March 6, 2014 1:54:03 PM UTC-6, Louis wrote: > > I have new Vagrant Box with a recent installation of PE 3.1.3 and it fails > the upgrade with the following error. > > Complete! > Loaded plugins: fastestmirror, security > Cleaning repos: > Cleaning up Everything > Cleaning up list

[Puppet Users] Re: include resources from another class

2014-03-07 Thread jcbollinger
On Thursday, March 6, 2014 12:17:00 PM UTC-6, bluethundr wrote: > > Hey all, > > I have a module that I've written called 'lumberjack'. It installs the > logstash forwarding agent called 'lumberjack' and gets the service running. > However it depends on ca certificate which I include in anothe

[Puppet Users] Re: include resources from another class

2014-03-07 Thread jcbollinger
On Thursday, March 6, 2014 12:42:25 PM UTC-6, Garrett Honeycutt wrote: > > > You could change 'include ca' to 'require ca' and then safely remove the > require attribute from the service resource. This would ensure that all of > the resources from the ca class are handled before your service cl

Re: [Puppet Users] Is it possible to specify more than two search items in a Resource Collectors tag?

2014-03-07 Thread Craig Dunn
You can use and/or operators in collectors Resource <| some == 'condition' and other == 'thing' |> Regards Craig On Fri, Mar 7, 2014 at 11:58 AM, Brent Clark wrote: > Good day Guys. > > Is it possible to specify more than two search items in a Resource > Collectors tag? > > e.g. > @@nagios_se

[Puppet Users] Is it possible to specify more than two search items in a Resource Collectors tag?

2014-03-07 Thread Brent Clark
Good day Guys. Is it possible to specify more than two search items in a Resource Collectors tag? e.g. @@nagios_service {"${::chshostname}_${name}": ensure=> present, check_command=> $command, host_name => $::chshostname, servicegroups=> $t_g

Re: [Puppet Users] Error 400 on SERVER: invalid byte sequence in UTF-8

2014-03-07 Thread David Schmitt
On 05.03.2014 23:16, Jay Benner wrote: I keep getting this error with a module I wrote. Apparently, it doesn't like something about my module, but I don't see anything interesting about it. I found the bug below, but I don't know which config.ru to edit for the workaround. Has anyone else seen