Hi all,
I've just installed a puppet version 25.4 (I was using before version
24.5 without any trouble)
when I test the installation using webrick, it's working fine. A
client can connect to the master and do whatever it have to do.
When I switch to passenger, I have the following message:
err: C
Hi.
As I think I mentioned (here or in IRC, dont know), I'm doing a kind of
"grant" to investigate Puppet for my company. So far I've been learning the
language and trying to model some of our infrastructure on a small test
server I've set up.
This is going fine, I'm learning a lot... but. This d
Hi,
Unlike a lot of CMSes out there, Drupal has an excellent automation
tool in the form of Drush. With a bit of Puppet magic, you can
automate most of the common tasks and components in building a Drupal
site (or managing a multisite install). I've written up some example
recipes which I use for
Jesús Couto wrote:
Hi.
As I think I mentioned (here or in IRC, dont know), I'm doing a kind
of "grant" to investigate Puppet for my company. So far I've been
learning the language and trying to model some of our infrastructure
on a small test server I've set up.
This is going fine, I'm lear
Hi .*,
I'm wondering if there is a way to have a virtual resource realize
other virtual resources which it requires.
Background: I want to create a module which provides all possible
mountpoints from a NAS Filer as virtual resources, like @mount{xyz}.
These mounts depend on some directory which m
Find out more about new training dates and register for Puppet
training in London, New York, and Nuremberg here:
http://reductivelabs.com/2010/02/08/reductive-labs-announces-puppet-training-dates-for-london-new-york-and-nuremberg/.
--
You received this message because you are subscribed to the Go
I will still need help with this.
On Sun, Feb 7, 2010 at 10:43 PM, Asif Iqbal wrote:
> Hi
>
> I am getting all these error from each client. This log is from one of
> the puppet clients
>
> http://pastebin.com/f141edbbc
>
> I am guessing I need to replace the
> /usr/share/puppet/rack/puppetmaster
Hi,
the config.ru pasted seems to from 0.24. Is it from Ubuntu's puppet package? If
so, you need to use the one for 0.25.1.
You can find 0.25.1 and above debs in Ubuntu PPA repos.
Cheers,
Atha
On Feb 8, 2010, at 16:27 , Asif Iqbal wrote:
> I will still need help with this.
>
> On Sun, Feb 7, 2
On Mon, Feb 8, 2010 at 2:31 PM, Atha Kouroussis wrote:
> Hi,
> the config.ru pasted seems to from 0.24. Is it from Ubuntu's puppet package?
> If so, you need to use the one for 0.25.1.
> You can find 0.25.1 and above debs in Ubuntu PPA repos.
I am using the puppet 0.25.1 for ubuntu 9.04 from PPA
Hi all,
The docs seem to indicate that it's possible to disable checksum
checking for file resources:
"The default checksum parameter, *if checksums are enabled*, is md5."
But I can't find how to disable them. I vaguely remember something
like 'nosum', but it seems that's not valid. Any hints?
Hi Tim,
On Mon, Feb 8, 2010 at 12:54 PM, Tim Stoop wrote:
> Hi all,
>
> The docs seem to indicate that it's possible to disable checksum
> checking for file resources:
>
> "The default checksum parameter, *if checksums are enabled*, is md5."
>
>
http://docs.reductivelabs.com/guides/types/file.ht
Hi Dan,
Thanks for the reply!
On 8 feb, 21:58, Dan Bode wrote:
> checksum attribute of the file resource. I dont know of a way to disable
> this, but you can pick something faster based on timestamps.
I don't want faster, I want no checksumming :) We use puppet to set
some sane defaults (like m
On Feb 8, 3:18 am, Christophe Bonnaud wrote:
> so I have obviously an authorization problem, but i cannot find the
> solution to this problem...
>
> Does anyone have a suggestion?
I've seen the same thing with my setup...the solution for me was to
put the "RequestHeader" lines found on the Puppe
On 08/02/10 22:18, Tim Stoop wrote:
> Hi Dan,
>
> Thanks for the reply!
>
> On 8 feb, 21:58, Dan Bode wrote:
>> checksum attribute of the file resource. I dont know of a way to disable
>> this, but you can pick something faster based on timestamps.
>
> I don't want faster, I want no checksummin
Hi all,
I'm new to puppet and I can't seem to figure out how to get rid of
this error on the client or to get the recursive copy of files to the
client:
err: //dev_oracle_dev_tools::install/File[/tmp/oracle_dev_tools]:
Failed to generate additional resources using 'eval_generate': Error
400 on SE
You are missing the path to sync. The full path may be something like
"puppet://$server/modules/dev_oracle_dev_tools/the_tools_folder
dev_oracle_dev_tools just identifies the module
On Mon, Feb 8, 2010 at 11:13 PM, eblack wrote:
> Hi all,
>
> I'm new to puppet and I can't seem to figure out how t
On Feb 5, 2010, at 8:47 AM, Nigel Kersten wrote:
On Fri, Feb 5, 2010 at 3:29 AM, Thomas Bellman
wrote:
Nigel Kersten wrote:
So facter plugins are kind of different, as they're not actually
required to be in the puppetmaster libdir.
Say this was a type/provider, and you wanted to add a new
Slicehost is working on an issue ATM, so if you're trying to file a
bug and can't get to redmine, that is why ...
--Michael
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To post to this group, send email to puppet-us...@googlegroups.com.
To u
On Feb 9, 6:20 am, Aaron Schaefer wrote:
> On Feb 8, 3:18 am, Christophe Bonnaud wrote:
>
> > so I have obviously an authorization problem, but i cannot find the
> > solution to this problem...
>
> > Does anyone have a suggestion?
>
> I've seen the same thing with my setup...the solution for me w
On Feb 8, 2010, at 4:20 PM, Christophe Bonnaud wrote:
>> I've seen the same thing with my setup...the solution for me was to
>> put the "RequestHeader" lines found on the Puppet Passenger wiki page
>> (http://www.reductivelabs.com/trac/puppet/wiki/UsingPassenger) into my
>> Apache virtual host co
On Mon, Feb 8, 2010 at 10:50 PM, Jesús Couto wrote:
> So, I was kind of hoping if some sucessfull Puppet users on this list could
> have some time to chat about how they are using Puppet. How are your
> machines and services life-cycles managed - all with Puppet, from install to
> decommision?
On Feb 9, 9:50 am, Eric Sorenson wrote:
> On Feb 8, 2010, at 4:20 PM, Christophe Bonnaud wrote:
>
>
>
>
>
> >> I've seen the same thing with my setup...the solution for me was to
> >> put the "RequestHeader" lines found on the Puppet Passenger wiki page
> >> (http://www.reductivelabs.com/trac/pupp
22 matches
Mail list logo