Re: [Puppet Users] deploy servers on cloud other than aws

2014-03-17 Thread Cristian Falcas
If you use openstack or vmware you could try foreman for deployment and puppet for configuration. On Tue, Mar 18, 2014 at 2:09 AM, plane123 wrote: > I need to deploy some linux servers on a private cloud. I see only aws and > other public cloud deployments in the puppet doc. > How can I deploy s

[Puppet Users] puppet facts upload not working

2014-03-17 Thread Corey Osman
Hi, I am trying to use puppet facts to push the latest facts to my puppetmaster after a puppet run but the command doesn't seem to work. #bash: puppet facts upload Error: execution expired Error: Try 'puppet help facts upload' for usage It appears like the command is timing out, but I don't kno

[Puppet Users] deploy servers on cloud other than aws

2014-03-17 Thread plane123
I need to deploy some linux servers on a private cloud. I see only aws and other public cloud deployments in the puppet doc. How can I deploy servers in my environment. thanks -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from

Re: [Puppet Users] Policy-Based Autosigning

2014-03-17 Thread Atom Powers
Ensure that the the user running the puppetmaster service can read and execute the script and can write to the debug file. `sudo -u puppet /usr/local/bin/autosign.sh` Instead of using "echo $@" you may want to try using 'logger', which should be easier to debug. logger -f /var/tmp/debugme "$@"

[Puppet Users] Re: augeas, syslog and defining numbered items.

2014-03-17 Thread trey85stang
> > Ok, > > I figured this out. I probably worded my issue badly but what i was > looking for is the following: > > #this sets a variable at the entry[#] level > defvar syslog /files/etc/syslog.conf/*[ ./action/file = > "/var/log/messages"] > > #these two add in the new selector entries. > se

[Puppet Users] Re: augeas, syslog and defining numbered items.

2014-03-17 Thread Trey Ormsbee
Ok, I figured this out. I probably worded my issue badly but what i was looking for is the following: #this sets a variable at the entry[#] level defvar syslog /files/etc/syslog.conf/*[ ./action/file = "/var/log/messages"] #these two add in the new selector entries. set $syslog/selector[last

[Puppet Users] Re: Puppet3: top scope rooted variable, don't get it

2014-03-17 Thread Julien Deloubes
Forget it, it was late, i get confused by the title of the package, got it now :) Le lundi 17 mars 2014 22:21:00 UTC+1, Julien Deloubes a écrit : > > Hello there, > i recently bought the new Pro Puppet 2nd edition. > There is something i don't understand, it's about the syntax of top scope > roo

[Puppet Users] Re: certificates being 'randomly' revoked

2014-03-17 Thread jcbollinger
On Monday, March 17, 2014 1:26:03 PM UTC-5, st...@wtfast.com wrote: > > Hi, > I've been having issues with certificates being revoked without any human > intervention or oversight; one day a node will try to do an update and it > can't because its certificate is revoked. > > There is definitely

[Puppet Users] Re: puppet-dashboard 2.0.0 (open source) and postgresq 8.4l tuning

2014-03-17 Thread Pete Hartman
I also increased bgwriter_lru_maxpages to 500 from the default 100. -- 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

[Puppet Users] Puppet3: top scope rooted variable, don't get it

2014-03-17 Thread Julien Deloubes
Hello there, i recently bought the new Pro Puppet 2nd edition. There is something i don't understand, it's about the syntax of top scope rooted variable, here is an example (page 38 of the book): class ssh_example::params{ case $::osfamily { 'Debian': { $sshd_package = 'ssh'} 'RedHat':

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

2014-03-17 Thread Julien Deloubes
Thanks for your review of the book John, good job! Le dimanche 16 mars 2014 05:07:02 UTC+1, Jon Forrest a écrit : > > Here are the issues I found in Chapters 10. > > Jon Forrest > > M = mistake - all readers should be aware of this > U = unclear - chances are readers will wonder about this > T

Re: [Puppet Users] Puppet 3.4.3 SRC RPM Package

2014-03-17 Thread Konstantin Boyanov
Thank You! :) -- 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 discussion on the web visit https://groups

[Puppet Users] puppet-dashboard 2.0.0 (open source) and postgresq 8.4l tuning

2014-03-17 Thread Pete Hartman
I deployed the open source puppet-dashboard 2.0.0 this past weekend for our production environment. I did a fair amount of testing in the lab to ensure I had the deployment down, and I deployed as a passenger service knowing that we have a large environment and that webrick wasn't likely to cu

[Puppet Users] Policy-Based Autosigning

2014-03-17 Thread Poil
Hi, I'm trying to have Policy-Based Autosigning working with puppet 3.4.3; but my script is never called # /etc/puppet/puppet.conf [master] autosign = /usr/local/bin/autosign.sh # ls -l /usr/local/bin/autosign.sh puppet.puppet rwxr-xr-x /usr/local/bin/autosign.sh # cat /usr/local/bin/autosig

[Puppet Users] Re: possible bug: slow server connection causes clients to hang

2014-03-17 Thread JonY
Turns out to be a denial of service on a machine in the same subnet. Machine in question has been sequestered. All of my puppet clients are hung. Fortunately there are only a few dozen as I'm having to touch each one, stop the puppet service, kill the hung process and rerun manually. On Mond

[Puppet Users] Re: Puppet Dashboard Broken on Debian Jesse

2014-03-17 Thread Geoff Goehle
I should have also mentioned that puppet-dashboard is not available at all when using the main Debian repositories. As of right now I can't think of a way to get puppet-dasboard running on Debian jessie at all without bypassing the package managers. Geoff. On Monday, March 17, 2014 10:12:38

[Puppet Users] certificates being 'randomly' revoked

2014-03-17 Thread steve
Hi, I've been having issues with certificates being revoked without any human intervention or oversight; one day a node will try to do an update and it can't because its certificate is revoked. There is definitely no one issuing 'puppet cert clean nodename' on the commandline. puppet --version

Re: [Puppet Users] Announce: Puppet 3.5.0-rc1 Available.

2014-03-17 Thread Josh Partlow
On Saturday, March 15, 2014 12:26:57 PM UTC-7, Stig Sandbeck Mathisen wrote: > > Ryan McKern > writes: > > > * Create a `$confdir/environments` directory on your puppet master. > > Does it have to be $confdir/environments, or is it configurable? > Hi Stig, No, you can set 'environmentpath' i

Re: [Puppet Users] How to debug catalog transfer?

2014-03-17 Thread Rob Reynolds
On Mon, Mar 17, 2014 at 9:08 AM, Andy Spiegl wrote: > > What is the user that the service is running under? > Good questions. Aren't all services running as administrator? > Not necessarily. It all depends on whether you took the default SYSTEM or set your own credentials on install or afterwar

[Puppet Users] Possible to move/rename files?

2014-03-17 Thread Jasmine Lognnes
Hello =) I would like to either replace "enabled=True" to "enabled=False" in a bunch of files or rename those files to end with "_false". Right now I replace content is files with e.g. replace { 'dummy5': file => '/etc/xdg/user-dirs.conf', pattern => "enabled=True", replacement =>

Re: [Puppet Users] Puppet 3.4.3 SRC RPM Package

2014-03-17 Thread Trevor Vaughan
http://yum.puppetlabs.com/el/6Server/products/SRPMS/ On Mon, Mar 17, 2014 at 10:43 AM, Konstantin Boyanov wrote: > Hello List, > > A simple question - where can I find a src.rpm Package for the latest > stable Puppet release? googling did not get me anythign so I guess this is > some "classifie

Re: [Puppet Users] Make sure folder is fully copied

2014-03-17 Thread Peter Bukowinski
The best way I've found to handle folders that contain items puppet later needs to act on is to use fpm to turn them into an rpm/deb and add them to a repo. This way you're not using puppet as a file server -- something you should avoid wherever possible. Puppet can use a package resource to ins

[Puppet Users] Re: bypass or a fixed SSL cert

2014-03-17 Thread Garrett Honeycutt
On Monday, March 17, 2014 12:59:07 PM UTC+1, nhadie ramos wrote: > > > HI All, > > Im trying vagrant and puppet, i would like to be able to launch an VM on > virtualbox then call puppet for installing packages and configuration. > I would be using this for all developers and loaded on their loca

[Puppet Users] launchd plist not refreshing

2014-03-17 Thread Jason Hatman
I have several machines that occasionally go "unresponsive" in Dashboard. Not all computers do, but all machines are receiving the same manifests to control the launchd plist. What's going on. All computers are running puppet 3.4.3. *Here is my Launchd plist (com.puppetlabs.puppet.plist):*

[Puppet Users] possible bug: slow server connection causes clients to hang

2014-03-17 Thread JonY
Over the weekend there were some intermittent outages at our data center. The puppet server would let clients connect but they would eventually time out. Unf this timeout wasn't handled gracefully and the clients would hang. Doing a 'ps -ax | grep puppet' would show the service and the 'puppet

Re: [Puppet Users] bypass or a fixed SSL cert

2014-03-17 Thread Johan De Wit
On 17/03/14 12:59, nhadie ramos wrote: HI All, Im trying vagrant and puppet, i would like to be able to launch an VM on virtualbox then call puppet for installing packages and configuration. I would be using this for all developers and loaded on their local machine's Virtualbox. so on vagra

[Puppet Users] Puppet 3.4.3 SRC RPM Package

2014-03-17 Thread Konstantin Boyanov
Hello List, A simple question - where can I find a src.rpm Package for the latest stable Puppet release? googling did not get me anythign so I guess this is some "classified" info :) And if there is no SRC Package, how do I build my own Puppet RPM from the puppet-3.4.3.tar.gz Archive? Thanks

[Puppet Users] Make sure folder is fully copied

2014-03-17 Thread Stelian Iancu
Hi all, I am new to Puppet and I'm trying to accomplish a fairly simple task. I need to deploy a folder to the server and, once it's copied, I need to run a shell script in that folder. Basically I have something like this: file { "/home/user/res": ensure => "directory",

[Puppet Users] bypass or a fixed SSL cert

2014-03-17 Thread nhadie ramos
HI All, Im trying vagrant and puppet, i would like to be able to launch an VM on virtualbox then call puppet for installing packages and configuration. I would be using this for all developers and loaded on their local machine's Virtualbox. so on vagrant i launch a machine and set hostname to

[Puppet Users] current number of puppet certified Puppet Professionals?

2014-03-17 Thread backgroaned
I'm wondering what's the current # of Puppet Professionals so far? -- 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

[Puppet Users] Configure MCollective with RabbitMQ+SSL

2014-03-17 Thread Monty Araich
Hi, I am trying to configure MCollective with RabbitMQ. MCollective with RabbitMQ is working fine on Non Encrypted port 61613 but it's not working on secure port. I configure my RabbitMQ as following and check with "*netstat*" command, secure port is open. *Configuration on RabbitMQ Server:*

[Puppet Users] Puppet Dashboard Broken on Debian Jesse

2014-03-17 Thread Geoff Goehle
The latest round of updates to Debian Jesse (testing) has really broken puppet-dashboard when using the puppetlabs repo. I currently have my apt sources list set up to use the "unstable" repo (since there isn't a "jessie" or "testing" repo). When I try to install puppet-dashboard I get puppe

Re: [Puppet Users] How to debug catalog transfer?

2014-03-17 Thread Andy Spiegl
> What is the user that the service is running under? Good questions. Aren't all services running as administrator? > What version is the puppet agent on? The master? Client: 3.4.3 (Windows 7 with all updates) Server: 3.4.3-1puppetlabs1 (Debian stable) Thanks, Andy. > > Hi! > > > > I've got a

Re: [Puppet Users] How to debug catalog transfer?

2014-03-17 Thread Rob Reynolds
It is hard to say without more information. What is the user that the service is running under? What version is the puppet agent on? The master? On Fri, Mar 14, 2014 at 5:51 AM, Andy Spiegl wrote: > Hi! > > I've got a problem with Windows clients: > > When running "puppet agent -t" manually e

Re: [Puppet Users] Puppet on Windows (Package and File Dependencies)

2014-03-17 Thread Rob Reynolds
MSIs can be installed from a url which may help keep the packages off of each individual box. This means they are installable from a file share as well. I am not sure about FTP support with MSIs. Note that MSIs, not exe installers are the ones that work in this way. Those would need to be accessib

[Puppet Users] Re: puppet auth.conf permission denied

2014-03-17 Thread bjoern pohl
By the way: this was a plain RPM install from puppet's yum repo ( RH EL6). Don't know if this directory permission stuff was intended and has to be manually aligned when using the RPM to run as a master... Am Montag, 17. März 2014 12:56:33 UTC+1 schrieb bjoern pohl: > > Answering myself :) > A

[Puppet Users] Re: puppet auth.conf permission denied

2014-03-17 Thread bjoern pohl
Answering myself :) Actualle the error message was a bit misleading: Error: Could not request certificate: Error 400 on SERVER: Permission denied - /etc/puppet/auth.conf This was not because of the content IN the auth.conf , it was because of missing file permissions: the /etc/puppet directory wa

[Puppet Users] puppet auth.conf permission denied

2014-03-17 Thread bjoern pohl
Hi, i've got a strange problem with my server-side /etc/puppet/auth.conf. The auth.conf is out-of-the-box, so the cert stuff looks basically like this: # allow access to the CA certificate; unauthenticated nodes need this # in order to validate the puppet master's certificate path /certificate/c