[Puppet Users] fileserver and distributing many files

2011-02-28 Thread Thomas Rasmussen
Hello I'm beginning to learn howto puppet but I have stumbled upon a problem that I can't seem to find a solution to. We want to use puppet to deploy applications (MySQL and JBOSS installations) but when I create a manifests like this class mysql::version559 { include mysql_user file { "

Re: [Puppet Users] fileserver and distributing many files

2011-02-28 Thread Patrick
On Feb 28, 2011, at 12:36 AM, Thomas Rasmussen wrote: > Hello > > I'm beginning to learn howto puppet but I have stumbled upon a problem > that I can't seem to find a solution to. > > We want to use puppet to deploy applications (MySQL and JBOSS > installations) but when I create a manifests li

[Puppet Users] Re: fileserver and distributing many files

2011-02-28 Thread Thomas Rasmussen
Hi My network is 100Mbit (approximately, but through a VPN so not that fast) with latency around 2ms (right now our test-setup is running on servers right beside each other :-)) I have tried to switch to passenger and this does not seem that much faster, still uses very very long time to run. I n

Re: [Puppet Users] Re: fileserver and distributing many files

2011-02-28 Thread Daniel Piddock
On 28/02/11 10:19, Thomas Rasmussen wrote: > Hi > > My network is 100Mbit (approximately, but through a VPN so not that > fast) with latency around 2ms (right now our test-setup is running on > servers right beside each other :-)) > > I have tried to switch to passenger and this does not seem that

[Puppet Users] Re: fileserver and distributing many files

2011-02-28 Thread Thomas Rasmussen
hey OK, now I have tried to do it via rsync and it seems to be working... but the recurse bug is apparently very serious... I now have a manifest that does: file { "/pack/mysql-5.5.9": ensure => directory, recurse => true, force => true, owner => "root", group =>

Re: [Puppet Users] Re: fileserver and distributing many files

2011-02-28 Thread Daniel Piddock
On 28/02/11 12:23, Thomas Rasmussen wrote: > hey > > OK, now I have tried to do it via rsync and it seems to be working... > but the recurse bug is apparently very serious... I now have a > manifest that does: > > file { "/pack/mysql-5.5.9": > ensure => directory, > recurse => true,

[Puppet Users] setting $noop=true in site.pp broken

2011-02-28 Thread Kal McFate
I am testing a puppet master upgrade from puppet 0.24.6 to 2.6.4. Setting $noop=true in site.pp no longer seem to have any effect on forcing noop mode. Any suggestions? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send

Re: [Puppet Users] setting $noop=true in site.pp broken

2011-02-28 Thread Stefan Schulte
On Mon, Feb 28, 2011 at 08:10:50AM -0800, Kal McFate wrote: > I am testing a puppet master upgrade from puppet 0.24.6 to 2.6.4. > Setting $noop=true in site.pp no longer seem to have any effect on > forcing noop mode. > > Any suggestions? You can put noop = true in your client's puppet.conf. You

[Puppet Users] Where to put External Nodes in Multiple Environments?

2011-02-28 Thread Douglas Garstang
All, For those that are using external nodes (as local files) and multiple environments, where do you put the external node files? Ie, do you put them down in the environment itself /etc/puppet/env/env1/manifests/extdata/nodes /etc/puppet/env/env.../manifests/extdata/nodes /etc/puppet/env/envN/ma

[Puppet Users] filesharing problem

2011-02-28 Thread Tim Dunphy
hello list!! I was able to achieve puppet file sharing in home puppet lab and from what i recall it was really easy. So I followed the same principles and practices on my puppet server at work and am a little puzzled as to why I may be running into this these errors: [root@kromep1 yum.repos.d]

Re: [Puppet Users] Re: fileserver and distributing many files

2011-02-28 Thread Patrick
On Feb 28, 2011, at 4:23 AM, Thomas Rasmussen wrote: > hey > > OK, now I have tried to do it via rsync and it seems to be working... > but the recurse bug is apparently very serious... I now have a > manifest that does: > >file { "/pack/mysql-5.5.9": > ensure => directory, > recur

Re: [Puppet Users] Where to put External Nodes in Multiple Environments?

2011-02-28 Thread Alan Barrett
On Mon, 28 Feb 2011, Douglas Garstang wrote: For those that are using external nodes (as local files) and multiple environments, where do you put the external node files? How is it possible to use external nodes as local files? I was under the impression that node_terminus=exec or node_termin

[Puppet Users] variable scope woes

2011-02-28 Thread draeath
OK - I may be doing this all wrong. If so, I would appreciate finding out how it -should- be done. The basic idea is this: a node sets some variables, includes some classes (which autoload from modules). Some of the modules use templates to fill in files. In these templates, we try to access thes

[Puppet Users] Puppet features

2011-02-28 Thread Luis Miguel Silva
Dear all, I'm a software integrator and i'm currently evaluating Puppet to understand how we can potentially integrate our products with it. I've been reading documentation on it and i'm currently installing a Puppet system but i have some questions that i was hoping someone could answer? a) In t

[Puppet Users] Nagios monitoring with example42 modules

2011-02-28 Thread Pete Ehlke
Folks: I've started to play around with the comprehensive integrated module set from example42 (http://www.example42.com/). Following the instructions, I set up one node as a nagios server, with 'include nagios'. I set up another node to be monitored via nagios, with 'include nagios::target". I s

Re: [Puppet Users] Where to put External Nodes in Multiple Environments?

2011-02-28 Thread Douglas Garstang
On Mon, Feb 28, 2011 at 12:44 PM, Alan Barrett wrote: > On Mon, 28 Feb 2011, Douglas Garstang wrote: > >> For those that are using external nodes (as local files) and multiple >> environments, where do you put the external node files? >> > > How is it possible to use external nodes as local files

Re: [Puppet Users] Where to put External Nodes in Multiple Environments?

2011-02-28 Thread Alan Barrett
On Mon, 28 Feb 2011, Douglas Garstang wrote: How is it possible to use external nodes as local files? I was under the impression that node_terminus=exec or node_terminus=ldap were the only ways of using external nodes. Really? That might be because everyone seems to be on the LDAP external n

[Puppet Users] Re: setting $noop=true in site.pp broken

2011-02-28 Thread Kal McFate
Unfortunately I was using this as a dynamic way to put a host in 'report only' mode based on a puppet fact. i.e. if $reportonly { $noop = "true" } Removing the fact check now shows the variable no longer makes any difference. Making even report only hosts 'live' Direct system interaction is not

[Puppet Users] External Nodes - Puppet 2.6.4

2011-02-28 Thread cyrus
I recently moved to Puppet 2.6.4. Prior to this I was using the available RPMS for RHEL which were 2.6.3. The reason I moved to the source 2.6.4 is that I wanted to update to Ruby 1.8.7 to see if that corrected the errors I was getting when trying to use Store Configs. Anyways, I compiled Ruby 1.8

Re: [Puppet Users] External Nodes - Puppet 2.6.4

2011-02-28 Thread Nan Liu
On Mon, Feb 28, 2011 at 3:36 PM, cyrus wrote: > I recently moved to Puppet 2.6.4. Prior to this I was using the > available RPMS for RHEL which were 2.6.3. The reason I moved to the > source 2.6.4 is that I wanted to update to Ruby 1.8.7 to see if that > corrected the errors I was getting when try

[Puppet Users] Puppet Enterprise

2011-02-28 Thread Luis Miguel Silva
Dear all, I've been watching the installation how to video on PuppetLabs's website but i don't understand where to get mcollective OR how to clone the repos with all the modules (all at once)? http://www.puppetlabs.com/misc/pe-files/ I noticed there are mcollective-common, mcollective-server and

Re: [Puppet Users] Puppet Enterprise

2011-02-28 Thread Nan Liu
On Mon, Feb 28, 2011 at 4:17 PM, Luis Miguel Silva wrote: > Dear all, > > I've been watching the installation how to video on PuppetLabs's > website but i don't understand where to get mcollective OR how to > clone the repos with all the modules (all at once)? > http://www.puppetlabs.com/misc/pe-f

Re: [Puppet Users] Puppet Enterprise

2011-02-28 Thread Luis Miguel Silva
Thanks Nan, ill try that! Luis Miguel Silva On Feb 28, 2011, at 4:41 PM, Nan Liu wrote: > On Mon, Feb 28, 2011 at 4:17 PM, Luis Miguel Silva > wrote: >> Dear all, >> >> I've been watching the installation how to video on PuppetLabs's >> website but i don't understand where to get mcollective

Re: [Puppet Users] Where to put External Nodes in Multiple Environments?

2011-02-28 Thread Douglas Garstang
On Mon, Feb 28, 2011 at 1:17 PM, Alan Barrett wrote: > On Mon, 28 Feb 2011, Douglas Garstang wrote: > >> How is it possible to use external nodes as local files? I was under the >>> impression that node_terminus=exec or node_terminus=ldap were the only ways >>> of using external nodes. >>> >> >>

Re: [Puppet Users] filesharing problem

2011-02-28 Thread yzhk...@gmail.com
hello。 you put file here: /etc/puppet/manifests/files/acadaca/hosts but your fileserver.conf config is [acadaca] path /etc/puppet/files/acadaca allow * would you like config [acadaca] path /etc/puppet/*manifests*/files/acadaca allow * Gook luck to you~[?] On Tue, Mar 1, 2011 at 4:27 AM, T

[Puppet Users] ANNOUNCE: Puppet 2.6.5 released!

2011-02-28 Thread Nigel Kersten
The release is available for download at: http://puppetlabs.com/downloads/puppet/puppet-2.6.5.tar.gz Please note that this release of Puppet is signed with the Puppet Labs key. See the Verifying Puppet Download section at: http://projects.puppetlabs.com/projects/puppet/wiki/Downloading_Puppet R

[Puppet Users] Re: ANNOUNCE: Puppet 2.6.5 released!

2011-02-28 Thread Nigel Kersten
Sorry, forgot the release notes: https://projects.puppetlabs.com/projects/puppet/wiki/Release_Notes -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this gro

[Puppet Users] Re: [Puppet-dev] ANNOUNCE: Puppet 2.6.5 released!

2011-02-28 Thread Todd Zullinger
Nigel Kersten wrote: > The release is available for download at: > > http://puppetlabs.com/downloads/puppet/puppet-2.6.5.tar.gz Congratulations and thanks to all the folks who worked on the release! For those using Fedora or RHEL/CentOS, I've updated the yum repos at: http://tmz.fedorapeople

Re: [Puppet Users] Where to put External Nodes in Multiple Environments?

2011-02-28 Thread Brian Gallew
Doug, there's a command-line tool called "ack" which is an enhanced grep replacement. It will probably do what you wat with finding your nodes. On Mon, Feb 28, 2011 at 4:43 PM, Douglas Garstang wrote: > > > On Mon, Feb 28, 2011 at 1:17 PM, Alan Barrett wrote: > >> On Mon, 28 Feb 2011, Douglas G

Re: [Puppet Users] Where to put External Nodes in Multiple Environments?

2011-02-28 Thread Brian Gupta
Second vote for "ack", it is awesome for "grepping" through source code trees. Details here: http://betterthangrep.com/ (Note that it is available as an OS packages for many OSes/distros). -Brian On Mon, Feb 28, 2011 at 10:34 PM, Brian Gallew wrote: > Doug, there's a command-line tool called "ac

Re: [Puppet Users] Where to put External Nodes in Multiple Environments?

2011-02-28 Thread Ben Hughes
On Mon, Feb 28, 2011 at 07:34:21PM -0800, Brian Gallew wrote: > Doug, there's a command-line tool called "ack" which is an enhanced grep > replacement. It will probably do what you wat with finding your nodes. Yes, just make sure to add the following to your .ackrc for Puppet. [ben@Paresthesia:

[Puppet Users] Re: fileserver and distributing many files

2011-02-28 Thread Thomas Rasmussen
On Feb 28, 9:35 pm, Patrick wrote: > On Feb 28, 2011, at 4:23 AM, Thomas Rasmussen wrote: > > > > > > > hey > > > OK, now I have tried to do it via rsync and it seems to be working... > > but the recurse bug is apparently very serious... I now have a > > manifest that does: > > >    file { "/pac