On Tue, Apr 19, 2011 at 6:28 PM, Miki Shapiro wrote:
> $keys = split(",", inline_template("<%= netifcfg.keys.join(',') %>"))
Honestly, I'd put this together as a Puppet function at this point, as
that's just resulting in something rather unmaintainable.
http://docs.puppetlabs.com/guides/custom_
On Tue, Apr 19, 2011 at 8:08 PM, Nigel Kersten wrote:
> On Tue, Apr 19, 2011 at 6:28 PM, Miki Shapiro wrote:
>
>> $keys = split(",", inline_template("<%= netifcfg.keys.join(',') %>"))
>
> Honestly, I'd put this together as a Puppet func
On Wed, Apr 20, 2011 at 12:17 AM, Felix Frank
wrote:
>> module Puppet::Parser::Functions
>> newfunction(:hash_keys, :type => :rvalue) do |args|
>> unless args[0].is_a?(Hash)
>> Puppet.warning "hash_keys takes one argument, the input hash"
>> nil
>> else
>> args[0].keys
On Wed, Apr 20, 2011 at 10:51 AM, Gabriel Filion wrote:
> Hello,
>
> On 11-04-20 01:02 PM, Martin Alfke wrote:
>> On Apr 20, 2011, at 6:07 PM, Sans wrote:
>>> Say for example, this is the package, already installed on the
>>> system:
>>>
>>> # rpm -qa | grep lfc-libs
>>> lfc-libs-1.8.0-1sec.sl5
>
On Fri, Apr 15, 2011 at 3:26 PM, fafaforza wrote:
> New user trying to get a port to compile: I tried searching but all I
> get are links to the FreeBSD port of puppet. Easier to find a needle
> in a haystack.
>
> A class has:
>
> exec { "port-sudo":
> cwd => "/usr/ports/security/
On Thu, Apr 21, 2011 at 11:03 AM, Russell Jackson wrote:
> The ports provider doesn't work due to bugs in portupgrade when run
> without a controlling tty. I opened a problem report about this sometime
> ago and recommended removing the provider entirely.
I'll chase this up now Russell.
> The p
On Thu, Apr 21, 2011 at 10:56 AM, Jeff Falgout wrote:
> Greetings -
> I'm trying to get multiple includes to work within a class within a module
> and it looks as if the just the first "include" is included ...
> client: Scientific Linux 6 with puppet-2.6.6-1.el6.noarch (from
> EPEL-testing)
> s
On Thu, Apr 21, 2011 at 11:21 AM, Forrie wrote:
> That only removes the management element, as I understand.
>
> I can think of a couple of scenarios where I've had issues with this:
>
> * ssh_authorized_keys - there is a bug where if a comment exists it
> just keeps dumping more copies of the key
On Thu, Apr 21, 2011 at 1:24 PM, Forrie wrote:
> This type seems like it could have unwanted side effects. I'd prefer
> there be a way to specify the resource I want purged, instead of just
> all or nothing.
>
You can do that, but you did ask about handling "unmanaged resources" :)
A resou
On Tue, Apr 26, 2011 at 4:10 AM, Matt Wise wrote:
>
> I'd like to have our nodes able to do this ONCE ... only when they generate
> their CSR. After that, I'd like their 'base_class' to be embedded in the CSR
> (And subsequently the CERT), so that a client cannot later change its mind
> about wha
On Wed, Apr 27, 2011 at 3:40 PM, Stig Sandbeck Mathisen wrote:
> Martin Harrigan writes:
>
> > Hi all,
> >
> > Does a subscription result in an auto-requirement?
>
> A "subscribe" should imply a "require", although this is not explicitly
> stated at
> http://docs.puppetlabs.com/references/stable/
On Wed, May 4, 2011 at 2:39 PM, Jake - USPS wrote:
> I responded to this last night but don't see my reply still this
> morning so I'm going to respond again.
>
For some reason Google Groups thought your message was spam. I just sent it
through.
> I had a question about if the CA and CRL being
On Wed, May 4, 2011 at 8:01 AM, Felix Frank wrote:
> > Can I somehow pass variables or other tokens around the catalogue and
> > make conditional decisions in other modules based on them?
>
> Excellent question.
>
> You more or less can, but you shouldn't. Scoping issues will bite you
> sooner or
s there been any discussion to remove this feature?
>
> Feel safer if I know this feature will stay long. Thanks
You're only going to see more flexible control over out of band catalog
compilation like this Yushu, not less.
We won't be removing this feature, we'll be improvi
o
> use one dashboard with two puppetmaster (more more in the future).
>
As far as an external node classifier goes, you really shouldn't have
problems with multiple masters, both configured to use Dashboard as their
ENC.
--
Nigel Kersten
Product, Puppet Labs
@nigelkersten
--
You rec
On Mon, May 9, 2011 at 12:03 PM, kcrwfrd wrote:
> On Feb 5, 1:56 am, Nigel Kersten wrote:
> > On Thu, Feb 3, 2011 at 11:45 AM, Nick Moffitt wrote:
> > > Nigel Kersten:
> > >> On Wed, Feb 2, 2011 at 5:10 PM, Daniel Pittman
> wrote:
> > >> >
) Pre-load all facts when requesting a single fact
--
Nigel Kersten
Product, Puppet Labs
@nigelkersten
--
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
On Tue, May 10, 2011 at 3:32 PM, Panaman wrote:
> I'm thinking quad xeon with 8gb of ram should be sufficient. I am
> probably going to be using FreeBSD
>
Unless you're running a particularly leaky Ruby stack, I tend to find that
with that sort of CPU you're unlikely to make use of more than 4GB
he Google Groups
> "Puppet Users" group.
> To post to this group, send email to puppet-users@googlegroups.com.
> To unsubscribe from this group, send email to
> puppet-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/g
reports = rrdgraph
http://docs.puppetlabs.com/references/2.6.8/report.html#rrdgraph
Is this widely used? We're trying to work out whether this is a
feature that people are still using, or whether other parts of the
reporting infrastructure have come to replace it.
--
Nigel Kersten
Pr
On Wed, May 11, 2011 at 2:04 PM, yersinia wrote:
> Maybe it would be of interest to someone on this list that
> at the Red Hat Summit 2011 Red Hat announced that the next release of Red
> Hat Satellite
> will include puppet as configuration engine and foreman as provisioning
> engine.
> http://ww
On Tue, May 10, 2011 at 7:04 PM, Nigel Kersten wrote:
> reports = rrdgraph
>
> http://docs.puppetlabs.com/references/2.6.8/report.html#rrdgraph
>
> Is this widely used? We're trying to work out whether this is a
> feature that people are still using, or whether other p
l right at all.
However if people are actually using it...
>
> -Mark
>
> On May 11, 2011, at 10:49 PM, Nigel Kersten wrote:
>
>> On Tue, May 10, 2011 at 7:04 PM, Nigel Kersten wrote:
>>> reports = rrdgraph
>>>
>>> http://docs.puppetlabs.com/refer
an array.
> Any suggestions would be great as I am relatively new and only been
> using puppet for a month or 2 now.
>
> Thanks,
> Thom
>
> --
> You received this message because you are subscribed to the Google Groups
> "Puppet Users" group.
> To post to
On Fri, May 13, 2011 at 11:41 PM, Nan Liu wrote:
> On Fri, May 13, 2011 at 4:20 PM, Corey Osman wrote:
>> Hi,
>> Why doesn't puppet resource group tell me who belongs to the group?
>> Given the group such as:
>> mg_team:x:501:smruph, cosman, msmith, mhankey
>> With the command:
>> puppet resource
On Sun, May 15, 2011 at 2:39 AM, Robin Lee Powell
wrote:
> On Sat, May 14, 2011 at 01:35:51PM +0200, Stefan Schulte wrote:
>> On Fri, May 13, 2011 at 09:04:35PM -0700, Robin Lee Powell wrote:
>> >
>> > I only have like 15 hosts, and the only stuff I'm aware that I'm
>> > saving via <<| |>>/@@ is s
d 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 group, send email to
> puppet-users+unsubscr...@googlegroups.com.
> For more options, vis
> Thanks
>
> John
>
> --
> 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 group, send email to
> puppet-users+uns
008/2011AlgoKatpdf.pdf
> > 0. https://projects.puppetlabs.com/issues/6663
> >
> >
> > --
> >
>
> --
> 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
s complains about duplicate definitions of the rails
> class, but the variables are different. How can I work around this? Or
> what is a better way to implement what I'm trying to do? without
> having to duplicate everything
>
>
Classes are singletons and you can only have one of
uld be to tell the person to configure their apt-listchanges properly,
> rather than try to be really clever (and obscure) in puppet, although
> whitelisting might be a proactive way of heading that off at the pass.
>
> Thoughts?
>
>
It sounds like what we really want to do is simply se
",
> command => "",
> onlyif => "";
>
>"fix_sle_sdk_pool_repo":
> path => "/bin:/usr/bin",
> command => "",
> onlyif => ""
ooglegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/puppet-users?hl=en.
>
>
--
Nigel Kersten
Product, Puppet Labs
@nigelkersten
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To pos
gt; attributes become metaparameters (but please keep the old syntax):
>
> user { luke: ensure => present, virtual => [boolean] }
>
> That would even allow us to parametrize virtuality/exportability with
> the help of an expression (ie selectors, functions, boolean expressions
ntOS?
>
> Thanks in advance,
>
> Matt
>
> --
> 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 group, send email to
> --
> 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 group, send email to
> puppet-users+unsubscr...@googlegroups.com.
>
advise.
>
> --
> 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 group, send email to
> puppet-users+unsubscr...@googlegroup
ribed to the Google Groups
> "Puppet Users" group.
> To post to this group, send email to puppet-users@googlegroups.com.
> To unsubscribe from this group, send email to
> puppet-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.g
On Wed, May 25, 2011 at 10:23 AM, Nathan Clemons wrote:
> So if Nagios configs are the only thing you use stored configs for, thin
> stored configs will work just fine?
>
> If so, I forsee a switch in our future. :)
>
> Also, since you mentioned it... how difficult is it to upgrade from 0.25 to
>
phone: +1 (877) 575-9775
> ♲ Made with 100 percent post-consumer electrons
>
> --
> 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 unsub
0 though, and the more people that test out our
RCs (hint! hint!) the better it's going to be.
http://www.puppetlabs.com/downloads/puppet/puppet-2.7.0rc3.tar.gz
http://www.puppetlabs.com/downloads/puppet/puppet-2.7.0rc3.tar.gz.asc
--
Nigel Kersten
Product, Puppet Labs
@nigelkersten
--
cribed to the Google Groups
> "Puppet Developers" group.
> To post to this group, send email to puppet-...@googlegroups.com.
> To unsubscribe from this group, send email to
> puppet-dev+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.
> For more options, visit this group at
> http://groups.google.com/group/puppet-users?hl=en.
>
>
--
Nigel Kersten
Product, Puppet Labs
@nigelkersten
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To post to this group,
s, visit this group at
> http://groups.google.com/group/puppet-users?hl=en.
>
--
Nigel Kersten
Product, Puppet Labs
@nigelkersten
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To post to this group, send email to pup
he Google Groups
> "Puppet Users" group.
> To post to this group, send email to puppet-users@googlegroups.com.
> To unsubscribe from this group, send email to
> puppet-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/g
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 group, send email to
> > puppet-users+unsubscr...@googlegroups.c
P SIGNATURE-
> Version: GnuPG v1.4.10 (GNU/Linux)
>
> iQGcBAEBAgAGBQJN5YLwAAoJEHJabXWGiqEBTBoMAIgU7JXHtexP2CCfphlIdca+
> oqz5WHH9aJd97mCfHvVAsKiTReY98ugtX9b4Z+1SG3Q7wQTkD4m8uw6ZoITQJwRu
> WgyztfxqZlnvdPZne+bE2XLljAMyehZimxn2sd/gbDxbVHlW0CmP4/8Hz831OlZY
> lChS3UX1SEwSDNEbhjdVpMP5Scse+BGTkTcNevWiF
> > Looks right... we need that where I work, is a killer if that has to
> > wait for a 2.7ish.mumble release...
> > -Alan
>
> I hope this gets resolved too, but the bug ticket says it was pushed to
> 2.8.x
I asked the core developers to spend some time investigating i
On Thu, Jun 2, 2011 at 9:32 AM, John Kennedy wrote:
>
>> What version of puppet is running on the clients? What version on the
>> server?
>>
>> Client is 2.6.7
> Server is 2.6.4
>
Although this may work, the only supported configuration is to have the
server the same version as the clients or n
group.
> To post to this group, send email to puppet-users@googlegroups.com.
> To unsubscribe from this group, send email to
> puppet-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/puppet-users?hl=en.
>
>
--
Nigel Ke
On Wed, Jun 8, 2011 at 6:13 AM, Marc wrote:
> Hello
>
> I can't manage to install VB on osx via puppet and pkgdmg provider.*Jun 8
> 15:02:29 info-starbuck installer[85815]: *
>
> *./postflight: Register file extensions for *
>
> *Jun 8 15:02:29 info-starbuck installer[85815]: ./postflight:
On Wed, Jun 8, 2011 at 8:00 AM, James Turnbull wrote:
> Mister IT Guru wrote:
> > Hi guys – I was wondering how well puppet performs on OSX. Anyone here
> > had any experience using puppet under OSX?
> >
>
> Very well and it's well supported. Google uses it to manage their
> internal OSX deskto
ups.com.
> To unsubscribe from this group, send email to
> puppet-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/puppet-users?hl=en.
>
>
--
Nigel Kersten
Product, Puppet Labs
@nigelkersten
--
You received this message because you are
his group, send email to puppet-users@googlegroups.com.
>> To unsubscribe from this group, send email to
>> puppet-users+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/puppet-users?hl=en.
>>
>>
> --
> Y
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 group, send email to
> >>> puppet-users+unsubscr...@googlegroups.com.
>
On Wed, Jun 8, 2011 at 2:38 PM, Nigel Kersten wrote:
>
>
> On Wed, Jun 8, 2011 at 2:11 PM, Denmat wrote:
>
>> Hi,
>>
>> If your password hash has any $ in it the "..." will puppet make try to
>> expand it.
>>
>> You need password =>
or anything else that is out of band in a
similar sense.
I used to do this in a wrapper script where the nodes would basically look
and see if the masters were all under too much load to serve this node or
not, or to check whether puppet runs had been disabled centrally, but
ideally this would just
gt; -Luke
>
> --
> 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 group, send email to
> puppet-users+unsubscr...@googlegroups.com.
le, if the
> postrun command "/sbin/iptables -A rule" fails, should the report have
> a "failed" status? If we don't send the report, will you ever know,
> will you care?
>
>
We had a chat about this in person, and my feeling is that the postrun
command shouldn
--
> 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 group, send email to
> puppet-users+unsubscr...@googlegroups.com.
> For more option
On Thu, Jun 9, 2011 at 3:28 PM, Nigel Kersten wrote:
>
>
> On Wed, May 4, 2011 at 2:20 PM, treydock wrote:
>
>> In my puppet-dashboard when a change is made to files and it shows the
>> MD5 sums I am never presented a link to view the file or any diffs of
>> those
so we
have:
bootstrap
pre
main
post
existing by default, making it easier for authors to specify stages in their
modules.
Thoughts?
--
Nigel Kersten
Product, Puppet Labs
@nigelkersten
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
On Thu, Jun 9, 2011 at 6:50 PM, Jacob Helwig wrote:
> On Thu, 09 Jun 2011 18:42:54 -0700, Nigel Kersten wrote:
> >
> > https://projects.puppetlabs.com/issues/7697
> >
> > One problem people producing modules that make use of stages are hitting
> is
> > tha
On Fri, Jun 10, 2011 at 4:35 AM, Vagn Scott wrote:
> Puppet already has stage[ Main ] which is the only
> stage it needs to define. All other stages
> can be defined relative to main and each other, and should
> be a matter of convention.
This is true, but only if you don't care about sharing
On Fri, Jun 10, 2011 at 6:35 AM, Dan Bode wrote:
>
>
> On Thu, Jun 9, 2011 at 6:42 PM, Nigel Kersten wrote:
>
>> https://projects.puppetlabs.com/issues/7697
>>
>> One problem people producing modules that make use of stages are hitting
>> is that it's di
> "warning: Could not retrieve fact ipadresss.
> Not believing that it was due to not pulling a ipaddress (besides
> 172)
> it was but it is still not creating the home folder even when
> managehome is not commented out.
>
> --
> You received this message because
On Fri, Jun 10, 2011 at 8:34 AM, vella1tj wrote:
> Thanks going to try that right now sorry that the error wasn't more
> helpful.
>
You're completely misunderstanding me :) The error not being helpful is
Puppet's fault, not yours at all :)
--
You received this message because you are subscribe
On Sun, Jun 12, 2011 at 10:42 AM, Alexandre Martani wrote:
> On Ubuntu/Debian, you can generate the hash using:
>
> mkpasswd -m sha-512
>
> I don't know if it works on Mac, but the output of it looks like the same
> as the examples posted on this topic, so I think it should work.
>
Mac OS X has a
On Mon, Jun 13, 2011 at 11:05 AM, vella1tj wrote:
> Unfortunately it is still not creating the Home folder but it is at
> least creating the User and assigning it the proper values!!:D
>
> I'm going to try doing a mdir to create the home folder. Let me know
> what you think about that, here is wh
CLs, which could be a problem.
Especially in later versions of OS X, createhomedir problems have often been
a symptom of another directory service related issue in my experience, so
I'd definitely do some debugging first.
>
>
> On Jun 13, 3:24 pm, Nigel Kersten wrote:
> &
awesome Nigel, if there is anything I could do for you just
> let me know:)
>
Thank you for the kind words, but making more Mac Puppet users is enough :)
I'd be a bit careful of the above command though. You may not end up with
the permissions your users expect, particularly on the
ot; group.
> To post to this group, send email to puppet-users@googlegroups.com.
> To unsubscribe from this group, send email to
> puppet-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/puppet-users?hl=en.
>
>
--
N
m/projects/1/wiki/Using_Multiple_Environments#Plugins+and+Facts
>
> Could anybody help me sort out a way to do my tests?
>
> --
> Gabriel Filion
>
> --
> You received this message because you are subscribed to the Google Groups
> "Puppet Users" group.
> To
For such data, I would create a specific module or custom fileserver mount,
and restrict access to it explicitly.
http://docs.puppetlabs.com/guides/file_serving.html
--
Nigel Kersten
Product, Puppet Labs
@nigelkersten
--
You received this message because you are subscribed to the Google G
On Wed, Jun 15, 2011 at 7:58 AM, Luke Bigum wrote:
> On Jun 15, 1:43 pm, Alexander Fortin
> wrote:
> > I've got a doubt and I wasn't able to find documentation about, so I
> > thought it was time to try out this ML too: I'd like to manage sensitive
> > data like PEM certs (to manage openvpn serv
On Wed, Jun 15, 2011 at 8:56 AM, Gabriel Filion wrote:
> On 11-06-14 04:39 PM, Nigel Kersten wrote:
> > On Tue, Jun 14, 2011 at 1:26 PM, Gabriel Filion > <mailto:lelu...@gmail.com>> wrote:
> > I'm trying to test out new features of a module before I deploy it
On Wed, Jun 15, 2011 at 7:31 PM, Chetan wrote:
> Hi all,
>
> I was wondering if there are any "hello world" samples for creating a
> custom type. The type/provider relationship is a bit confusing and I
> haven't been able to find a simple enough existing module to look at.
>
> Specifically, I wan
Tomorrow, Wed, at noon under the Elevator sign on the first floor by
the cafeteria.
There's a Server Engineering Lab thing at 1pm that we probably all
want to go to.
--
Nigel Kersten
nig...@google.com
System Administrator
Google
according to that and I'm jumping from one fix
>> > > to another
>>
>> > If you find problems with the procedure, please document the fixes and
>> > the software versions you are using in the wiki, so that others can
>> > profit from you
ly
performs better than pound/mongrel in my experience.
>
> Moty
>
> On Jun 15, 7:40 pm, Nigel Kersten wrote:
>> On Sun, Jun 14, 2009 at 10:04 PM, Moty wrote:
>>
>> > FIXED:
>>
>> > I had to recompile pound with --enable-cert1l .
>>
>&g
in my /
> etc/puppet/puppet.conf file?
Nope. If you have config.ru set up correctly, there's nothing special
for Passenger required in puppet.conf
Just start apache, and it will set up a rack puppetmasterd application.
>
> ---
> Thanks,
>
> Allan Marcus
> 505-667-5666
>
ll
be using passenger/Rack.
>
>
> ---
> Thanks,
>
> Allan Marcus
> 505-667-5666
>
>
>
> On Jun 16, 2009, at 6:24 PM, Nigel Kersten wrote:
>
> >
> > On Tue, Jun 16, 2009 at 4:39 PM, Allan Marcus wrote:
> >>
> >> hello,
>
Unless you also have a virtual host set up with mod_proxy to talk to mongrel
backends, or have a standalone puppetmasterd process that is using webrick,
you're using it.
Are you seeing processes like this in your process listing?
Rack: /usr/share/puppet/rack/puppetmasterd
>
>
>
'm just testing, I just start it on the command line as the root user.
Don't start puppetmasterd. Just start Apache. It handles everything with
Passenger so long as your virtual host and config.ru are set up correctly.
>
>
> ---
> Thanks,
>
> Allan Marcus
> 505-66
}
http://reductivelabs.com/trac/puppet/wiki/LanguageTutorial#resource-defaults
>
> Thanks,
> Hai
>
> >
>
--
Nigel Kersten
nig...@google.com
System Administrator
Google, Inc.
--~--~-~--~~~---~--~~
You received this message because you are subs
s it tries to run the config.ru
>> file?
>>
>>
>> ---
>> Thanks,
>>
>> Allan Marcus
>> 505-667-5666
>>
>>
>>
>> On Jun 18, 2009, at 8:57 AM, Nigel Kersten wrote:
>>
>>>
>>>
>>> On Thu, Jun 18, 2009
e type is sshkey and title is
>> 10.10.12.14. Something like:
>>
>> select * from resources where restype = "sshkey" and title =
>> "10.10.12.14";
>>
>> Most likely, you'll have two in there, and you can follow the host id
>> ba
.engl...@sun.com Time Zone: GMT+1 PGP: 1024D/AA514677
> "The question is not if you are paranoid, it is if you are paranoid
> enough."
> >
>
--
Nigel Kersten
nig...@google.com
System Administrator
Google, Inc.
--~--~-~--~~~---~--~~
You rec
st -d /opt/scripts',
>> }
>>
>> file { "/opt/scripts/my_script.sh":
>> owner => "root",
>> group => "thegroup",
>> mode => 770,
>> source =&
o, all puppet would do is see if the directory exists. Using
> puppet to it's fullest potential takes a shift in how you think about
> the problem, but it's generally worth it. Note: I'm nowhere near
> "there"! I'm a newbie on the road, same as you...
>
't
effectively do HA/load balancing across servers.
I do know a few people who have HAProxy Puppet setups who aren't
regularly posting on the list. I'll see if I can ping them to respond
to this thread.
>
> Thanks,
>
> Roberto.
> >
>
r/bin/facter:50:in `require': no such file to load -- facter
>> (LoadError)
>> from /usr/bin/facter:50
>>
>> bash-3.2# puppetd
>> /usr/bin/puppetd:164:in `require': no such file to load -- puppet
>> (LoadError)
>> from /usr/bin/p
ese directories, and break Ruby in lots of ways under Leopard.
Older bundled packages of RubyCocoa are a prime culprit.
>
> ---
> Thanks,
>
> Allan Marcus
> 505-667-5666
>
>
>
> On Jun 25, 2009, at 5:59 PM, Allan Marcus wrote:
>
>>
>>
>> On J
t;
>> What are the specs of your app server?
>
> All of our puppetmasters are running on the same size hardware. The
> machines have 8 cores and 12G of RAM.
>
> Do you expect Passenger to perform better?
>
>
> >
>
--
Nigel Kersten
nig...@google.com
System Admi
t reboot and your
> computer is back to where it was when you "froze" the state. They have
> it for Windowz too. Very mush worth the money.
>
> ---
> Thanks,
>
> Allan Marcus
> 505-667-5666
>
>
>
> On Jun 26, 2009, at 9:32 AM, Nigel Kersten wrote:
ple, as it's kind of
shitty behavior.
>
> Jason
>
>
> On Jun 25, 2009, at 7:52 PM, Nigel Kersten wrote:
>
>>
>> On Thu, Jun 25, 2009 at 5:18 PM, Allan Marcus wrote:
>>>
>>> ruby -I /usr/lib/ruby/site_ruby/1.8 puppetd
>>>
>>>
age.sh
>
> ---
> Thanks,
>
> Allan Marcus
> 505-667-5666
>
>
>
> On Jun 26, 2009, at 10:14 AM, Nigel Kersten wrote:
>
>>
>> On Fri, Jun 26, 2009 at 9:07 AM, Allan Marcus wrote:
>>>
>>> I just found the check box in Package Maker to
;m stickin' to it. :-)
check received, facter 1.5.5 and 1.5.6 packages up now.
>
> ---
> Thanks,
>
> Allan Marcus
> 505-667-5666
>
>
>
> On Jun 26, 2009, at 11:03 AM, Nigel Kersten wrote:
>
>>
>> On Fri, Jun 26, 2009 at 10:00 AM, Allan Marcus wr
l? Puppet manages computers. What
> these computers are used for is irrelevant :)
> We do manage some macs (laptops and workstations) with puppet and everything
> works fine. Package managment does require quite a lot of time, but that is
> not puppet
chanisms in 10.4/10.5?
>>
>> On Jun 26, 2009, at 12:03 PM, Nigel Kersten wrote:
>>>
>>> Please note that for both Puppet and Facter, you can create packages
>>> from any git checkout/source tarball with conf/osx/createpackage.sh
>>
>>
>> >
>
701 - 800 of 1162 matches
Mail list logo