Hello,
I finally found a way to get things done the way I want.
Daniel, thanks for your answer which pointed me the solution:
class bootstrap {
if ($bootstrap_step){
... everything you want to do at this stage ...
}
}
node default {
include bootstrap
}
And in post-install ac
On Aug 24, 2010, at 11:52 PM, Amos Shapira wrote:
> Hello,
>
> I'd like to pass the following flags to diff through puppet:
>
> -urbB -I $Id -I $HeadURL -I $URL
>
> But when I try to set diff_args in /etc/puppet/puppet.conf like this:
>
>diff_args = -ubB -I \$Id -I \$HeadURL -I \$URL
>
>
Hi guys,
sorry for the late answer but i was on vacation...
I tried all your suggestions (setting auth to no) but i'm still
getting the same wrong behaviour. Has anybody an idea how to progress
here?
I also have the feeling that there are less people having a proper
puppet passenger installation
Hello,
we have one puppet server managing approx servers, all FreeBSD.
The problem is that the puppet clients all hangs, one by one,
eventually. They will run for anything between an hour up to a week.
But eventually the all hang.
We really like puppet and want to keep using it. But the way it i
Have you considered running puppet out of the cron and not as a
daemon? Since i have started running puppet out of the cron it works
pretty well.
http://projects.reductivelabs.com/projects/puppet/wiki/Cron_Patterns
Merritt.
On Aug 25, 12:50 pm, kit wrote:
> Hello,
>
> we have one puppet server
Patrick,
I see only a quote of my question in your reply.
Do you have an answer?
Thanks.
--Amos
On Aug 25, 6:28 pm, Patrick wrote:
> On Aug 24, 2010, at 11:52 PM, Amos Shapira wrote:
>
> > Hello,
>
> > I'd like to pass the following flags to diff through puppet:
>
> > -urbB -I $Id -I $HeadUR
Yes, we tried that, that's actually the way we are running at the
moment. However, to no avail..
Thanks for the tip though :)
On 25 Aug, 13:26, merritt wrote:
> Have you considered running puppet out of the cron and not as a
> daemon? Since i have started running puppet out of the cron it works
On Wed, 2010-08-25 at 03:50 -0700, kit wrote:
> Hello,
>
> we have one puppet server managing approx servers, all FreeBSD.
>
> The problem is that the puppet clients all hangs, one by one,
> eventually. They will run for anything between an hour up to a week.
> But eventually the all hang.
>
> W
What sort of things are you trying to do? I've seen an issue like that
which was due to a recursive operation on a large file system (nfs
mounted).
You probably need to provide more information to get greater help.
Cheers
DenMat
On 25/08/2010, at 9:57 PM, kit wrote:
> Yes, we tried that, that's
On Aug 24, 2010, at 1:49 AM, puppetplayer wrote:
> Most entries from puppetc1, zzbasenode and 192_168_100_0 are included
> in the puppet catalog file 'puppetc2.zz.example.com.yaml'
> Only those entries, that not exist at puppetc2 are included from
> zzbasenode.
> And only those entries, that are n
Hi,
My setup:
gems:
rack (1.0.1)
rails (2.3.4)
rake (0.8.7)
activerecord (2.3.8, 2.3.4)
activeresource (2.3.8, 2.3.4)
activesupport (2.3.8, 2.3.4)
mongrel (1.1.5)
RPMs:
puppet-server-2.6.0-0.7.el5 (tmz's)
I patched the files installed via the RPM to test out nginx+mongrel as
follows (taken from
Hi Puppetmasters,
my puppet client successfully generates the graphs in /var/lib/puppet/
state/graphs:
* expanded_relationships.dot
* relationships.dot
* resources.dot
When trying to convert them with graphviz, I get the following error:
% dot -Tpng resources.dot -o configuration.png
Error: res
I believe the escape character is simply \
I use it to escape quotes - \"
On 25 Aug 2010, at 12:35, Amos Shapira wrote:
> Patrick,
>
> I see only a quote of my question in your reply.
>
> Do you have an answer?
>
> Thanks.
>
> --Amos
>
>
> On Aug 25, 6:28 pm, Patrick wrote:
>> On Aug 24,
Sven Sporer wrote:
> Hi Puppetmasters,
>
> my puppet client successfully generates the graphs in /var/lib/puppet/
> state/graphs:
>
> * expanded_relationships.dot
> * relationships.dot
> * resources.dot
>
> When trying to convert them with graphviz, I get the following error:
>
> % dot -Tpng re
Sorry. I must have pressed Send instead of Discard. I didn't actually have
anything to say.
On Aug 25, 2010, at 4:35 AM, Amos Shapira wrote:
> Patrick,
>
> I see only a quote of my question in your reply.
>
> Do you have an answer?
>
> Thanks.
>
> --Amos
>
>
> On Aug 25, 6:28 pm, Patrick
Hi all,
I'm starting to look at the graphing features of Puppet and I'm struggling to
find a way of collating the graphs for testing purposes.
Is there a way to centralise the output from the graphs into something like
"hostname.relationships.dot" on the puppet master?
Thanks,
Matt
--
You r
puppet-dashboard?
On Aug 25, 5:54 pm, Matt Wallace wrote:
> Hi all,
>
> I'm starting to look at the graphing features of Puppet and I'm struggling to
> find a way of collating the graphs for testing purposes.
>
> Is there a way to centralise the output from the graphs into something like
> "hostn
On Aug 25, 2010, at 9:54 AM, Matt Wallace wrote:
> Hi all,
>
> I'm starting to look at the graphing features of Puppet and I'm struggling to
> find a way of collating the graphs for testing purposes.
>
> Is there a way to centralise the output from the graphs into something like
> "hostname.re
kit writes:
> we have one puppet server managing approx servers, all FreeBSD.
> The problem is that the puppet clients all hangs, one by one,
> eventually. They will run for anything between an hour up to a week.
> But eventually the all hang.
The Debian project is similarly seeing lots of inst
Thx James,
I've checked out those pages, but to be honest I'm still a bit
confused.
One of the pages mentions to test Puppet locally (without server and
client), how do I do this? Is there a doc for this too?
On Aug 24, 6:11 pm, James Turnbull wrote:
> sumarc wrote:
> > Hi,
>
> > I'm a newbi
Hi,
I need the capability have an enable repo in my package type, as
described in
http://projects.reductivelabs.com/issues/2247
However, I don't this this will get implemented soon. As such I have
done the following
I copied the yum.rb and package.rb from the standard location into a
custom mo
On Aug 25, 2010, at 2:25 PM, sumarc wrote:
> Thx James,
>
> I've checked out those pages, but to be honest I'm still a bit
> confused.
>
> One of the pages mentions to test Puppet locally (without server and
> client), how do I do this? Is there a doc for this too?
>
I find that not using a s
I am implementing a scheme to manage our server configuration using
Puppet + git + rsync. I run Puppet on nodes as a cron job, and I am
getting errors as follows.
/usr/local/lib/site_ruby/1.8/puppet/type/component.rb:4: [BUG]
terminated node (0xb77054c4)
ruby 1.8.7 (2010-01-10 patchlevel
Line 1:
% cat resources.dot | head -1
digraph Resources {
When "view"ing the file, everything in there seems to be valid digraph
syntax. I don't think it's Puppets fault, it looks like it's an error
with my graphviz package (SLES 10 64bit; installed via zypper).
I guess I have to dig a little de
Hey,
I'm running Puppet 2.6.0 and somehow I can't really use the rpm
provider like I was used to in previous versions.
This is what my manifest looks like:
file { "/tmp/apache2-mod_security2-2.5.9-6.2.x86_64.rpm":
ensure => present,
owner => "root",
On Wed, Aug 25, 2010 at 11:47 PM, Christian Casar wrote:
> Hey,
> I'm running Puppet 2.6.0 and somehow I can't really use the rpm
> provider like I was used to in previous versions.
> This is what my manifest looks like:
[snip]
> package { "mod_security2":
> ensure => pre
26 matches
Mail list logo