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 { "
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
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
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
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 =>
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,
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
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
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
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]
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
>>>
>>
>>
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
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
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
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
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
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
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:
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
32 matches
Mail list logo