How can I install a lot (more than 800) of APT packages using an easy
way in puppet? I mean, using some file.txt where I put there the
packages I want to install and my package resource get the list . Is
it possible? Or do I have to put all packages in the package resource?
regards,
Israel.
--~--
Hi Bostjan,
On Wed, Sep 9, 2009 at 7:17 PM, Bostjan Skufca wrote:
>
> Hi!
>
> I cannot find it in documentation (yet?), but can puppet handle device
> files, in (examplary) form like this:
>
> file { "/var/named/dev/zero":
> ensure => device,
> minor => 10,
> major
> I'm also - if provided with sufficient coffee - going to do a
> documentation sprint for the new wiki.
I think we can do coffee all around.
I'll bring IVs, and get you on a nice drip.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to
2009/9/12 Andrew Shafer :
>
> Puppeteers,
>
> There is some momentum gathering for writing some code together on Sept 30.
>
> The big things that I'm aware of are:
> the EC2 continuous integration
> migrating tests to rspec
> working on providers for windows support
>
I'm also - if provided
I think you are alluding to transactions. This feature does not exist
currently in Puppet.
-L
--
Larry Ludwig
Reductive Labs
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To post to this
Hmm I would double check your config files and maybe uninstall
passenger and try again.
-L
--
Larry Ludwig
Reductive Labs
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To post to this gro
I think you are alluding to transactions. This feature does not exist
currently in Puppet.
-L
--
Larry Ludwig
Reductive Labs
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To post to this
On Fri, Sep 11, 2009 at 11:54 AM, Allan Marcus wrote:
>
> Just in time for 10.6.1!
>
> :-)
>
Just think of all those poor 10.4.0 and 10.5.0 users :)
>
> ---
> Thanks,
>
> Allan Marcus
> 505-667-5666
>
>
>
> On Sep 10, 2009, at 10:45 PM, James Turnbull wrote:
>
> > * Bug #2415: patch for firs
Just in time for 10.6.1!
:-)
---
Thanks,
Allan Marcus
505-667-5666
On Sep 10, 2009, at 10:45 PM, James Turnbull wrote:
> * Bug #2415: patch for first-rev Mac OS X versions
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Go
Puppeteers,
There is some momentum gathering for writing some code together on Sept 30.
The big things that I'm aware of are:
the EC2 continuous integration
migrating tests to rspec
working on providers for windows support
I'm wondering who is interested in getting involved, if there a
What I do is this:
Delete the certs for hostname X from the puppetmaster.
Start the instance from the puppet master machine. Passing a script (that
get's ran at startup). This script does the following:
Set the hostname to X.
Install puppet on the client (I use bare ubuntu images)
Connect to the
Hello all,
I am struggling with a strange problem in puppet. I copied the recipe
for autofs from the trac (here
http://reductivelabs.com/trac/puppet/wiki/Recipes/Autofs), the first
line of the recipe is :
define autofs_master($mounts)
{
Hello all,
I am struggling with a strange problem in puppet. I copied the recipe
for autofs from the trac (here
http://reductivelabs.com/trac/puppet/wiki/Recipes/Autofs), the first
line of the recipe is :
define autofs_master($mounts)
{
As I am using LDAPnodes for description, I added the line :
This looks like the same problem:
http://projects.reductivelabs.com/issues/2619
Any thing you might add to the issue would be appreciated.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To pos
On 11/09/09 18:46, ELTigre wrote:
>
> On Sep 11, 10:58 am, Brice Figureau
> wrote:
>> On Fri, 2009-09-11 at 08:12 -0700, ELTigre wrote:
>>> I'm having this problem :
>>> When a client vpsXXX tries to get the catalog it returns this error:
>>> vpsXXX:~# puppetd -tv
>>> warning: peer certificate
On 11/09/09 19:17, David Bishop wrote:
> On Fri, Sep 11, 2009 at 05:58:11PM +0200, Brice Figureau wrote:
>> On Fri, 2009-09-11 at 08:12 -0700, ELTigre wrote:
>>> I'm having this problem :
>>>
>>> When a client vpsXXX tries to get the catalog it returns this error:
>>>
>>> vpsXXX:~# puppetd -tv
>>
The problem I have is that I need to ensure that snmpd is stopped
before attempting to copy /var/net-snmp/snmpd.conf (snmpd credentials
file that gets corrupted if copied while snmpd is running). Any
suggestions on how best to proceed?
# what I have so far.
class snmpd {
package { net-snmp
On Fri, Sep 11, 2009 at 05:58:11PM +0200, Brice Figureau wrote:
>
> On Fri, 2009-09-11 at 08:12 -0700, ELTigre wrote:
> > I'm having this problem :
> >
> > When a client vpsXXX tries to get the catalog it returns this error:
> >
> > vpsXXX:~# puppetd -tv
> > warning: peer certificate won't be v
I found that dotted-digit values need to be quoted in comparators.
Not sure if this is intentional or a new parser side-effect.
> case $kernelversion {
>"2.6.9": { $autofs_packages = ["autofs", "autofs5"] }
>default: { $autofs_packages = ["autofs"] }
>}
On Sep 10, 2009, at
On Sep 11, 10:58 am, Brice Figureau
wrote:
> On Fri, 2009-09-11 at 08:12 -0700, ELTigre wrote:
> > I'm having this problem :
>
> > When a client vpsXXX tries to get the catalog it returns this error:
>
> > vpsXXX:~# puppetd -tv
> > warning: peer certificate won't be verified in this SSL session
On Fri, 2009-09-11 at 08:12 -0700, ELTigre wrote:
> I'm having this problem :
>
> When a client vpsXXX tries to get the catalog it returns this error:
>
> vpsXXX:~# puppetd -tv
> warning: peer certificate won't be verified in this SSL session
> info: Caching certificate for ca
> warning: peer c
I'm having this problem :
When a client vpsXXX tries to get the catalog it returns this error:
vpsXXX:~# puppetd -tv
warning: peer certificate won't be verified in this SSL session
info: Caching certificate for ca
warning: peer certificate won't be verified in this SSL session
err: Could not re
Hi all,
I'm starting to use EC2, and I'm after some examples of best practices/
tips and tricks from folk with more experience of the Puppet/EC2 combo
than me:
We're starting by using EC2 for testing and development purposes. This
means that we won't be running our instances full-time; rather, w
Matt schrieb:
> For info - I removed passenger 2.2.5, installed 2.2.2 - rebuilt the
> passenger apache module, then removed all traces of puppet includes
> certs.
>
> Installed puppet 0.25 rpms, set up the config.ru and all worked.
>
And the /etc/httpd/conf.d/puppet.conf ?
Have you edited that
2009/9/10 David Lutterkort :
> Comments for most files[1] show up as nodes with label '#comment' and a
> value that contains the comment without the leading '#[ \t]*'.
> Therefore, to add a comment, you need to first create a '#comment' node
> and then set it to whatever you want the comment to be
Paul Nasrat wrote:
> Is there an open redmine issue for this - if not can you create one
> and we'll get that in for 1.5.7
Sure, filed as: http://projects.reductivelabs.com/issues/2625
--
ToddOpenPGP -> KeyID: 0xBEAF0CE3 | URL: www.pobox.com/~tmz/pgp
~
2009/9/11 Todd Zullinger :
> James Turnbull wrote:
>> Facter 1.5.7rc1 is available.
>>
>> This is a maintenance release containing a number of fixes, updates
>> and additional tests. The vast majority of the work in the release
>> was done by Paul Nasrat. Thanks to Paul for his exceptional work
27 matches
Mail list logo