> Ah, nope. No resource title can be duplicated, exec isn't an exception.
> Is there somewhere you read that or saw it in an example?
Perhaps I misunderstood what I read here:
http://reductivelabs.com/trac/puppet/wiki/TypeReference#exec
Not only does it seem to be saying that an exec is allow
On Mon, Dec 29, 2008 at 09:45:07AM -0600, Ben Beuchler wrote:
>
> > Ah, nope. No resource title can be duplicated, exec isn't an
> > exception. Is there somewhere you read that or saw it in an
> > example?
>
> Perhaps I misunderstood what I read here:
>
> http://reductivelabs.com/trac/puppe
Hmm,
I suspect that documentation is wrong. I've never successfully had
multiple Exec resources with the same name. I say file a bug, at the
worst someone will verify/clarify the documentation.
I tend to use "module_name::define_name::$name" as my naming
convention for this sort of thing. That u
Use classes and inheritance.
What I would do is something like this:
class base-node {
@package {
"sudo":
ensure => installed;
"sudo-ldap":
ensure => installed;
}
@user {
# Obviously fully define your user here.
"bob":
ensure => present;
}
}
class ldap-n
What version of Puppet are you using?
--Paul
On Tue, Dec 23, 2008 at 11:59 PM, Paul Johnson wrote:
> Thanks for replies, here is the info. Actually there is not much in configs,
> I tried it with minimal manifest and the issue still persists.
>
> manifest:
>
I'm getting the following error from puppetd whenever it tries to backup a
file to the filebucket on the server.
err:
//Node[devdata]/dataserver/data_packages/apacheconf/File[/etc/apache2/modules.d/00_mpm.conf]/source:
change from {md5}0ffbbd3efd8934e7d9113cc13a375326 to
puppet:///files/data/etc/a
it's 0.24.5, but after upgrading to the latest stable 0.24.7 the issue still
persists.
Thanks
--
Paul Johnson
2008/12/29 Paul Lathrop
>
> What version of Puppet are you using?
>
> --Paul
>
> On Tue, Dec 23, 2008 at 11:59 PM, Paul Johnson
> wrote:
> > Thanks for replies, here is the info. Actua
Hi,
I've been a member (nomail) of this group for a while and suddently, I
start receiving e-mails. It looks like it is now a google group, and
I'm receiving these e-mails to a non-google address. What changes have
been made and what can I do to put it back as it was (nomail)?
Regar
Indeed, I had my prefs set to not send email. It appears they reset
not too long ago and I've begun receiving emails for each post. I'm
not upset, I'm just sayin'
On Dec 29, 2008, at 4:13 PM, Ugo Bellavance wrote:
>
> Hi,
>
> I've been a member (nomail) of this group for a while
On Mon, Dec 29, 2008 at 2:22 PM, Jonathan Mills wrote:
>
> Indeed, I had my prefs set to not send email. It appears they reset
> not too long ago and I've begun receiving emails for each post. I'm
> not upset, I'm just sayin'
I am also receiving emails for each post. I was subscribed to th
You should be able to change your options at
http://groups.google.com/group/puppet-users/subscribe.
On Mon, Dec 29, 2008 at 1:22 PM, Jonathan Mills wrote:
>
> Indeed, I had my prefs set to not send email. It appears they reset
> not too long ago and I've begun receiving emails for each post. I
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Joshua Timberman wrote:
> On Mon, Dec 29, 2008 at 2:22 PM, Jonathan Mills wrote:
>> Indeed, I had my prefs set to not send email. It appears they reset
>> not too long ago and I've begun receiving emails for each post. I'm
>> not upset, I'm just sa
On Tue, Dec 30, 2008 at 9:07 AM, James Turnbull wrote:
>
> Have their been any spam posts recently? There shouldn't have been as
> Luke and I moderate the list.
>
Just one that I've seen recently.
Message-ID:
Subject: [Puppet Users] Highly Paid Online Surveys-Absolutely Free.
From: Ram
Hi,
We are using puppet in EC2 to manage our host configurations. Basically we
are planning to run a puppet master in EC2. We are also looking to evaluate
puppet as the means for application deployment. Any thoughts/experience
around this topic?
We want to make Puppetmaster act as app repository
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
satish viswanatham wrote:
> Hi,
>
> We are using puppet in EC2 to manage our host configurations.
> Basically we are planning to run a puppet master in EC2. We are also
> looking to evaluate puppet as the means for application deployment.
> Any thoug
The problem has been solved by myself :) It was caused by one of my custom
facts that run apache binary and didn't close the process properly. My bad.
Thanks to all for answers and help!
Thanks
--
Paul Johnson
2008/12/29 Paul Johnson
> it's 0.24.5, but after upgrading to the latest stable 0.24.
Yeah, thats the same one I recall most recently. Since the list became
moderated I haven't seen anything.
On Mon, Dec 29, 2008 at 4:06 PM, Rob Chanter wrote:
>
> On Tue, Dec 30, 2008 at 9:07 AM, James Turnbull
> wrote:
>>
>> Have their been any spam posts recently? There shouldn't have been a
On Mon, Dec 29, 2008 at 2:30 PM, Jeff Hammerbacher
wrote:
> You should be able to change your options at
> http://groups.google.com/group/puppet-users/subscribe.
Huh. I checked yesterday (literally), and it was set to "no email" for
this email address.
--~--~-~--~~~-
Joshua Timberman wrote:
> On Mon, Dec 29, 2008 at 2:30 PM, Jeff Hammerbacher
> wrote:
>> You should be able to change your options at
>> http://groups.google.com/group/puppet-users/subscribe.
>
> Huh. I checked yesterday (literally), and it was set to "no email" for
> this email address.
Do you
On Tue, Dec 23, 2008 at 7:19 PM, Andrew Shafer wrote:
> +1 external nodes
>
> http://reductivelabs.com/trac/puppet/wiki/ExternalNodes
>
> What do you use for starting the EC2 instances? Just start the node and
> associate the host name with the class you want in some format that that
> external n
20 matches
Mail list logo