Re: [Puppet Users] "Listing" the keys in a hash as an array

2011-04-19 Thread Nigel Kersten
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_

Re: [Puppet Users] "Listing" the keys in a hash as an array

2011-04-19 Thread Nigel Kersten
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

Re: [Puppet Users] "Listing" the keys in a hash as an array

2011-04-20 Thread Nigel Kersten
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

Re: [Puppet Users] how to fix symbolic links

2011-04-20 Thread Nigel Kersten
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 >

Re: [Puppet Users] Installing port on FreeBSD

2011-04-20 Thread Nigel Kersten
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/

Re: [Puppet Users] Installing port on FreeBSD

2011-04-21 Thread Nigel Kersten
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

Re: [Puppet Users] Multiple includes in a module class not "included"

2011-04-21 Thread Nigel Kersten
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

Re: [Puppet Users] Re: Handling unmanaged resources and their files/configs

2011-04-21 Thread Nigel Kersten
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

Re: [Puppet Users] Re: Handling unmanaged resources and their files/configs

2011-04-21 Thread Nigel Kersten
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

Re: [Puppet Users] Custom data embedded in Puppet SSL Certs...

2011-04-26 Thread Nigel Kersten
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

Re: [Puppet Users] Subscribe and Require

2011-04-27 Thread Nigel Kersten
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/

Re: [Puppet Users] Re: Force resigning of existing certificates

2011-05-04 Thread Nigel Kersten
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

Re: [Puppet Users] Conditionals

2011-05-04 Thread Nigel Kersten
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

Re: [Puppet Users] Generate "Compiled catalog"/yaml for a node?

2011-05-07 Thread Nigel Kersten
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

Re: [Puppet Users] Puppet Dashboard Questions

2011-05-07 Thread Nigel Kersten
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

[Puppet Users] Re: using return value of a shell command as a puppet conditional

2011-05-09 Thread Nigel Kersten
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: > > >> >

[Puppet Users] ANNOUNCE: Facter 1.5.9rc6

2011-05-09 Thread Nigel Kersten
) 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

Re: [Puppet Users] Re: Puppet Master System Requirements

2011-05-10 Thread Nigel Kersten
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

Re: [Puppet Users] Re: Puppet Master System Requirements

2011-05-10 Thread Nigel Kersten
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

[Puppet Users] Who uses the rrd graphing support?

2011-05-10 Thread Nigel Kersten
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

Re: [Puppet Users] Red Hat Satellite Future : puppet and foreman

2011-05-11 Thread Nigel Kersten
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

[Puppet Users] Re: Who uses the rrd graphing support?

2011-05-11 Thread Nigel Kersten
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

Re: [Puppet Users] Re: Who uses the rrd graphing support?

2011-05-11 Thread Nigel Kersten
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

Re: [Puppet Users] array being concatenated

2011-05-12 Thread Nigel Kersten
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

Re: [Puppet Users] puppet resource for group

2011-05-13 Thread Nigel Kersten
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

Re: 530 million backslashes (was Re: [Puppet Users] So, clientconfigs.sqlite3 is pretty big)

2011-05-15 Thread Nigel Kersten
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

Re: [Puppet Users] buglet in ec2 facts in facter 1.5.9rc6

2011-05-17 Thread Nigel Kersten
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

Re: [Puppet Users] The quantum effect when loading classes

2011-05-20 Thread Nigel Kersten
> 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

Re: [Puppet Users] changing the default key length and hash

2011-05-20 Thread Nigel Kersten
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

Re: [Puppet Users] Including a class multiple times, with different variables

2011-05-20 Thread Nigel Kersten
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

Re: [Puppet Users] RFC: erronously disabling apt-listchanges - #5604

2011-05-20 Thread Nigel Kersten
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

Re: [Puppet Users] Defined resources not being applied, breaking dependencies

2011-05-20 Thread Nigel Kersten
", > command => "", > onlyif => ""; > >"fix_sle_sdk_pool_repo": > path => "/bin:/usr/bin", > command => "", > onlyif => ""

Re: [Puppet Users] apt-pinning & puppet package management

2011-05-20 Thread Nigel Kersten
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

Re: [Puppet Users] PC EU feedback: exported resource syntax is too magical, hard to read

2011-05-21 Thread Nigel Kersten
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

Re: [Puppet Users] Cross-module dependencies

2011-05-23 Thread Nigel Kersten
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

Re: [Puppet Users] Re: finding consultants or full time puppet experts?

2011-05-23 Thread Nigel Kersten
> -- > 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. >

Re: [Puppet Users] Re: Does the puppet module tool work with ruby1.9.2?

2011-05-23 Thread Nigel Kersten
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

Re: [Puppet Users] mode on private_keys file for nagios / func integration

2011-05-25 Thread Nigel Kersten
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

Re: [Puppet Users] enabling of 'thin_storeconfigs'

2011-05-25 Thread Nigel Kersten
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 >

Re: [Puppet Users] changing the default key length and hash

2011-05-25 Thread Nigel Kersten
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

Re: [Puppet Users] enabling of 'thin_storeconfigs'

2011-05-25 Thread Nigel Kersten
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 --

Re: [Puppet-dev] testing new puppet versions - was Re: [Puppet Users] enabling of 'thin_storeconfigs'

2011-05-27 Thread Nigel Kersten
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.

Re: [Puppet Users] Puppet Enterprise scalability

2011-05-31 Thread Nigel Kersten
> 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,

Re: [Puppet Users] finished, yet execution expired

2011-05-31 Thread Nigel Kersten
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

Re: [Puppet Users] User's Home Folder is not Being created but the user is there.

2011-05-31 Thread Nigel Kersten
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

[Puppet Users] Extlookup++

2011-05-31 Thread Nigel Kersten
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

Re: [Puppet Users] Re: "Open Source Team" planning meeting summary

2011-05-31 Thread Nigel Kersten
P SIGNATURE- > Version: GnuPG v1.4.10 (GNU/Linux) > > iQGcBAEBAgAGBQJN5YLwAAoJEHJabXWGiqEBTBoMAIgU7JXHtexP2CCfphlIdca+ > oqz5WHH9aJd97mCfHvVAsKiTReY98ugtX9b4Z+1SG3Q7wQTkD4m8uw6ZoITQJwRu > WgyztfxqZlnvdPZne+bE2XLljAMyehZimxn2sd/gbDxbVHlW0CmP4/8Hz831OlZY > lChS3UX1SEwSDNEbhjdVpMP5Scse+BGTkTcNevWiF

Re: [Puppet Users] Re: "Open Source Team" planning meeting summary

2011-06-01 Thread Nigel Kersten
> > 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

Re: [Puppet Users] Certificate problems

2011-06-02 Thread Nigel Kersten
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

Re: [Puppet Users] Client vs server storeconfigs

2011-06-04 Thread Nigel Kersten
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

Re: [Puppet Users] Installing Virtualbox on Mac osx with pkg dmg provider

2011-06-08 Thread Nigel Kersten
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:

Re: [Puppet Users] Puppet Support for OSX

2011-06-08 Thread Nigel Kersten
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

Re: [Puppet Users] how do I tell puppet do nothing if the condition is true

2011-06-08 Thread Nigel Kersten
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

Re: [Puppet Users] Re: Virtual resources and hashes

2011-06-08 Thread Nigel Kersten
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

Re: [Puppet Users] Re: Creating Users and Hashing it's password.

2011-06-08 Thread Nigel Kersten
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. >

Re: [Puppet Users] Re: Creating Users and Hashing it's password.

2011-06-08 Thread Nigel Kersten
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 =>

Re: [Puppet Users] Prerun, Postrun Commands, and Stages

2011-06-09 Thread Nigel Kersten
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

Re: [Puppet Users] Re: Prerun, Postrun Commands, and Stages

2011-06-09 Thread Nigel Kersten
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.

Re: [Puppet Users] Prerun, Postrun Commands, and Stages

2011-06-09 Thread Nigel Kersten
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

Re: [Puppet Users] Puppet-dashboard not linking to filebucket or diffs

2011-06-09 Thread Nigel Kersten
-- > 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

Re: [Puppet Users] Puppet-dashboard not linking to filebucket or diffs

2011-06-09 Thread Nigel Kersten
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

[Puppet Users] RFC: Adding implicit stages to Puppet

2011-06-09 Thread Nigel Kersten
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.

Re: [Puppet Users] RFC: Adding implicit stages to Puppet

2011-06-10 Thread Nigel Kersten
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

Re: [Puppet Users] RFC: Adding implicit stages to Puppet

2011-06-10 Thread Nigel Kersten
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

Re: [Puppet Users] RFC: Adding implicit stages to Puppet

2011-06-10 Thread Nigel Kersten
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

Re: [Puppet Users] cannot manage home directories

2011-06-10 Thread Nigel Kersten
> "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

Re: [Puppet Users] Re: cannot manage home directories

2011-06-10 Thread Nigel Kersten
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

Re: [Puppet Users] Re: Creating Users and Hashing it's password.

2011-06-13 Thread Nigel Kersten
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

Re: [Puppet Users] Re: cannot manage home directories

2011-06-13 Thread Nigel Kersten
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

Re: [Puppet Users] Re: cannot manage home directories

2011-06-13 Thread Nigel Kersten
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: > &

Re: [Puppet Users] Re: cannot manage home directories

2011-06-13 Thread Nigel Kersten
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

Re: [Puppet Users] puppet dashboard

2011-06-14 Thread Nigel Kersten
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

Re: [Puppet Users] functions and environments

2011-06-14 Thread Nigel Kersten
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

Re: [Puppet Users] Can a node access a not-imported module's files?

2011-06-15 Thread Nigel Kersten
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

Re: [Puppet Users] Re: Can a node access a not-imported module's files?

2011-06-15 Thread Nigel Kersten
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

Re: [Puppet Users] functions and environments

2011-06-15 Thread Nigel Kersten
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

Re: [Puppet Users] Custom type sample?

2011-06-15 Thread Nigel Kersten
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

[Puppet Users] Puppet lunch at WWDC

2009-06-09 Thread Nigel Kersten
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

[Puppet Users] Re: UsingMongrelPound

2009-06-15 Thread Nigel Kersten
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

[Puppet Users] Re: UsingMongrelPound

2009-06-15 Thread Nigel Kersten
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

[Puppet Users] Re: passenger on Mac OS X question

2009-06-16 Thread Nigel Kersten
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 >

[Puppet Users] Re: passenger on Mac OS X question

2009-06-17 Thread Nigel Kersten
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, >

[Puppet Users] Re: passenger on Mac OS X question

2009-06-17 Thread Nigel Kersten
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 > > >

[Puppet Users] Re: passenger on Mac OS X question

2009-06-18 Thread Nigel Kersten
'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

[Puppet Users] Re: puppet client on centos5 / apt-rpm

2009-06-18 Thread Nigel Kersten
} 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

[Puppet Users] Re: passenger on Mac OS X question

2009-06-19 Thread Nigel Kersten
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

[Puppet Users] Re: Problem with storeconfigs

2009-06-23 Thread Nigel Kersten
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

[Puppet Users] Re: Avoiding disaster

2009-06-23 Thread Nigel Kersten
.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

[Puppet Users] Re: how to exec a directory creation before downloading a file to that directory?

2009-06-24 Thread Nigel Kersten
st -d /opt/scripts', >>         } >> >>  file { "/opt/scripts/my_script.sh": >>                 owner => "root", >>                 group => "thegroup", >>                 mode => 770, >>                 source =&

[Puppet Users] Re: how to exec a directory creation before downloading a file to that directory?

2009-06-24 Thread Nigel Kersten
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... >

[Puppet Users] Re: Puppet + HAProxy

2009-06-25 Thread Nigel Kersten
'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. > > >

[Puppet Users] Re: Problems running on Mac OS X

2009-06-25 Thread Nigel Kersten
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

[Puppet Users] Re: Problems running on Mac OS X

2009-06-25 Thread Nigel Kersten
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

[Puppet Users] Re: Performance of Passenger vs. Mongrel

2009-06-26 Thread Nigel Kersten
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

[Puppet Users] Re: Problems running on Mac OS X

2009-06-26 Thread Nigel Kersten
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:

[Puppet Users] Re: Problems running on Mac OS X

2009-06-26 Thread Nigel Kersten
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 >>> >>>

[Puppet Users] Re: Problems running on Mac OS X

2009-06-26 Thread Nigel Kersten
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

[Puppet Users] Re: Problems running on Mac OS X

2009-06-26 Thread Nigel Kersten
;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

[Puppet Users] Re: pkg_deploy on Macs - how to maintain "State"

2009-06-29 Thread Nigel Kersten
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&#

[Puppet Users] Re: Problems running on Mac OS X

2009-06-29 Thread Nigel Kersten
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 >> >> >> > >

<    3   4   5   6   7   8   9   10   11   12   >