[Puppet Users] Re: Official puppetlabs position on cron vs puppet as a service?

2011-10-07 Thread Larry Ludwig
Mostly stlll run as cron. Though for some instances we run as a daemon. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/itTFPtfZLocJ. To post to this group,

Re: [Puppet Users] Re: Puppet Class execution order

2011-06-15 Thread Larry Ludwig
Thanks Ken, Let me look further into the classes and see what's exactly happening. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/E0R0CzeeXwoJ. To post to

[Puppet Users] Re: Puppet Class execution order

2011-06-14 Thread Larry Ludwig
Sorry the typo: My examples should read: class { 'two': require => Class['one'] } class {'two: require => Exec['withinclassone'] } -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google

[Puppet Users] require vs include?

2011-06-14 Thread Larry Ludwig
On a related note to my last post, what is the difference between a require and an include of a class? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/9c4l

[Puppet Users] Puppet Class execution order

2011-06-14 Thread Larry Ludwig
For the life of me I'm not sure why this isn't working properly but Puppet appears to execute classes in the order it feels like, not how I'm specifying it within the language. I've tried the newer sytax Class['one'] -> Class['two'] Yet, I see Class two get executed first. I've also tried doi

[Puppet Users] How do you handle deleted nodes with exported resources in this situation?

2011-06-06 Thread Larry Ludwig
I have an issue where for a file type of an exported resource I must define as such: force=> false, replace => false, Meaning the file is created, but do not replace after it's added. I do this because of the app modifies the config file after (I know bad id

Re: [Puppet Users] Single and Double Quotes

2011-06-05 Thread Larry Ludwig
Bruce is correct. If you don't need double quotes, don't use them. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/TVNhOGVjTE9wSEFK. To post to this group,

[Puppet Users] parameterised classes via LDAP how?

2011-06-03 Thread Larry Ludwig
In 2.6 Puppet added parameterised classes, my question is it possible to call them via LDAP? If so how? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/Z3d

Re: [Puppet Users] finished, yet execution expired

2011-05-31 Thread Larry Ludwig
Actually upon further investigation it turned out to be an odd iptables firewall rule, unrelated to puppet. -- 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

Re: [Puppet Users] finished, yet execution expired

2011-05-27 Thread Larry Ludwig
In my case is also happening with 2.6.8. making async_storeconfigs=false Seemed to resolve the issue. -- 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 th

Re: [Puppet Users] Concat Module posted to Onyx Point Github.

2011-05-25 Thread Larry Ludwig
Hi Trevor Thanks for the module. I've been testing out the concat module, thanks, but the only issue I see is files keep getting 'executed successfully' each round. Is there any way to not have it do this? I haven't really looked that your ruby logic yet. -- You received this message because

Re: [Puppet Users] Security of Puppet ACLs..

2011-05-13 Thread Larry Ludwig
It's from hostid command. How exactly is it generated I really don't know their info page is a bit vague. -- For example, here's what it prints on one system I use: $ hostid 1bac013d On that system, the 32-bit quantity happens to be closely related to the system's Internet a

Re: [Puppet Users] Security of Puppet ACLs..

2011-05-12 Thread Larry Ludwig
4) reference the file via the facter 'uniqueid' -- 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...@googleg

[Puppet Users] Re: Fwd: New York City Puppet presentation Wednesday Nov 18th.

2009-11-15 Thread Larry Ludwig
register here:http://rsvp.nylug.org/ > > We should be getting together after the preso, if folks want to > exchange notes. (Likely at the TGI Fridays near the IBM Building where > the NYLUG meeting will be held). > > Announcement:http://www.nylug.org/home/index.shtml > > La

[Puppet Users] Re: Any ideas about this error with upgrading to 0.25.1?

2009-11-11 Thread Larry Ludwig
set the environment variable in the puppet.conf So I assume this is a completely different error. -L -- Larry Ludwig Empowering Media 1-866-792-0489 x600 Managed and Unmanaged Xen VPSes http://www.hostcube.com/ --~--~-~--~~~---~--~~ You received this mes

[Puppet Users] Re: Any ideas about this error with upgrading to 0.25.1?

2009-11-11 Thread Larry Ludwig
> > BTW, how do you tell the client to be in a particular environment? > > There is currently a bug report about this (ie environment can only be > > set on the client and not in external_nodes anymore). Which ticket # is it? Is it this one? http://projects.reductivelabs.com/issues/2748 having

[Puppet Users] Re: Any ideas about this error with upgrading to 0.25.1?

2009-11-11 Thread Larry Ludwig
Hi, > Could it be that one of your environment doesn't have network-config? Yes they do not. The 'development' env has newer code. > Could it be that in 0.25 the client is in this environment instead of > being in the one you think it is in? Checked LDAP config and it is in fact in the corre

[Puppet Users] Re: Any ideas about this error with upgrading to 0.25.1?

2009-11-11 Thread Larry Ludwig
Ticket opened: http://projects.reductivelabs.com/issues/2803 -L --~--~-~--~~~---~--~~ 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

[Puppet Users] Re: Any ideas about this error with upgrading to 0.25.1?

2009-11-11 Thread Larry Ludwig
> > But I'm afraid we will never know if you don't add more debug info in > the various files that finds a module from its path. > The means adding more debug to: > > Puppet::Indirector::FileServer#authorized? > Puppet::FileServing::Configuration#find_mount What i

[Puppet Users] Re: Any ideas about this error with upgrading to 0.25.1?

2009-11-11 Thread Larry Ludwig
move the files under network-config/files/ Do you mean the subfolders below files? I did a test for one file and same result. > >   * open a redmine ticket so that we have a better error message, which > at least would give us the reason. Ok. -L -- Larr

[Puppet Users] Re: Any ideas about this error with upgrading to 0.25.1?

2009-11-10 Thread Larry Ludwig
in mind this node works as a 0.24.8 node and does not once I upgrade to 0.25.1 -L -- Larry Ludwig Empowering Media 1-866-792-0489 x600 Managed and Unmanaged Xen VPSes http://www.hostcube.com --~--~-~--~~~---~--~~ You received this message because you are subscribed

[Puppet Users] Re: Any ideas about this error with upgrading to 0.25.1?

2009-11-09 Thread Larry Ludwig
Could it be related the files folder I have has sub directories?? drwxr-xr-x 5 puppet puppet 4096 Apr 21 2009 . drwxr-x--- 4 puppet puppet 4096 Apr 7 2009 .. lrwxrwxrwx 1 root root 6 Apr 7 2009 CentOS -> RedHat drwxr-x--- 2 puppet puppet 4096 Apr 7 2009 Debian drwxr-x--- 2 pupp

[Puppet Users] Re: Any ideas about this error with upgrading to 0.25.1?

2009-11-07 Thread Larry Ludwig
egards > > James Turnbullhttp://www.james-turnbull.net > > On 07/11/2009, at 12:05 PM, Larry Ludwig wrote: > > > > > On Nov 5, 7:07 am, Larry Ludwig wrote: > >>> The error the OP posted comes from the file serving layer, so it's   > >>> more > >

[Puppet Users] Re: What happens if puppet fails half way into processing a catalog?

2009-09-11 Thread Larry Ludwig
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.

[Puppet Users] Re: passenger-status gives error but passenger is working fine

2009-09-11 Thread Larry Ludwig
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 po

[Puppet Users] Re: What happens if puppet fails half way into processing a catalog?

2009-09-11 Thread Larry Ludwig
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.

[Puppet Users] Re: Puppetd downloading sourced file on *every* run

2009-09-10 Thread Larry Ludwig
On Sep 10, 2009, at 6:51 PM, Joshua Anderson wrote: > > > I was under the impression that puppetd would only download a file > if the local checksum didn't match the puppetmaster's checksum for > that file. Am I mistaken? > You are correct. -L --

[Puppet Users] Re: Puppetd downloading sourced file on *every* run

2009-09-10 Thread Larry Ludwig
Hmm can you send stats of the how big the file and how long compared from 0.24.8? I know we focused a lot of memory usage on the puppetmaster, and the amount of calls to the puppetmaster, but I don't know if we performed any performance testing. -L -- Larry Ludwig Reductive

[Puppet Users] Re: Puppet 0.25.0 release - EPEL?

2009-09-09 Thread Larry Ludwig
asonable. > > And, of course, this is just my opinion. I've been known to be wrong > on occasion. ;) > Sorry yes I should have stated this. These are RPMs but NOT the official EPEL version.. -L -- Larry Ludwig Reductive Labs --~--~-~--~~~---~--~--

[Puppet Users] Re: Puppet 0.25.0 release - EPEL?

2009-09-08 Thread Larry Ludwig
http://tmz.fedorapeople.org/repo/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 group, send email to puppet-users@google

[Puppet Users] Re: Puppet 0.25 migration

2009-09-08 Thread Larry Ludwig
hmm passenger 2.2.5 is released? hmm I'll have to test it out. -L -- Larry Ludwig Reductive Labs --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send

[Puppet Users] Re: migrating client between puppet servers

2009-09-08 Thread Larry Ludwig
the puppet code - SSL certs - node definitions The SSL certs it means moving the /var/lib/puppet/ssl folder (or whatever it's defined as) from the old puppetmaster to the new. -L -- Larry Ludwig Reductive Labs --~--~-~--~~~---~--~~ You received this message b

[Puppet Users] Re: Virtual recipe signals hardware nodes as 'openvz'

2009-09-08 Thread Larry Ludwig
o exists on the > hardware node. > > This has some bad side-effects as a hardware node should, for example, > have a NTP configuration, where a container should not. > > Regards, > If it's a bug open up a ticket here: http://projects

[Puppet Users] Re: upgrading from 0.24 to 0.25 from tar.gz

2009-09-08 Thread Larry Ludwig
tuff will still be hanging around. > > Thanks, > > Matt > Hi Matt, make sure you delete the old items in /usr/bin. They have been moved to /usr/sbin (ie puppetd) To be safe delete the entire puppet ruby library folder. -

[Puppet Users] Re: Security with mongrel

2009-09-04 Thread Larry Ludwig
On Sep 4, 2009, at 9:56 AM, Štefan Sakalík wrote: > > Larry Ludwig wrote: >> On Sep 3, 2009, at 6:46 AM, Štefan Sakalík wrote: >> >> >>> I'm using mongrel and these lines in apache config concern me (from >>> wiki/UsingMongrel): >>> SSLVer

[Puppet Users] Re: the same puppetmaster in different subnets/vlan

2009-09-04 Thread Larry Ludwig
Hi, The only way to do this is separate puppetmasters. SSL CA -> puppetmaster is a one to one relationship. Just curious why do you want separate certs? -L -- Larry Ludwig Reductive Labs --~--~-~--~~~---~--~~ You received this message because you

[Puppet Users] Re: Security with mongrel

2009-09-04 Thread Larry Ludwig
wed to connect with your puppetmaster if concerned about security. You can also disable the above option and only enable when adding new clients. -L -- Larry Ludwig Reductive Labs --~--~-~--~~~---~--~~ You received this message because you are subscribed to

[Puppet Users] Re: some of the passenger processes not reloading manifests

2009-09-02 Thread Larry Ludwig
What version? Sounds like a bug to me to submit. -L -- Larry Ludwig Reductive Labs --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to pu

[Puppet Users] Re: Storing puppet info in a database

2009-09-01 Thread Larry Ludwig
l developers are no longer working on the product. -L -- Larry Ludwig Reductive Labs --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-use

[Puppet Users] Re: Redmine not mailing puppet-bugs?

2009-08-28 Thread Larry Ludwig
I noticed it also... I thought I made a changed to my config and not remembering it. Go back into your config and make sure emailing is re-enabled. I'm not sure if something was changed globally in our redmine config. James any idea? -L -- Larry Ludwig Reductive

[Puppet Users] Re: L.A. Puppet Master Needed for Configuration Management Roundtable at the UNIX Users Association of Southern California

2009-08-28 Thread Larry Ludwig
ks, > > Jordan Hi Jordan, I passed the info to the rest of the Reductive Labs team. Unfortunately Puppet Camp is being held that same day: http://reductivelabs.com/2009/10/01/puppet-camp/ -L -- Larry Ludwig Reductive Labs --~--~-~--~~~---~--~~

[Puppet Users] Re: Could not call puppetmaster.getconfig: #

2009-08-27 Thread Larry Ludwig
Hi, In order to help we need more context to your setup, are you using webrick or Passenger? what happens if you access the puppetmaster via your web browser? -L -- Larry Ludwig Reductive Labs --~--~-~--~~~---~--~~ You received this message because you are

[Puppet Users] Re: 0.25.0rc1, modules, and custom types

2009-08-27 Thread Larry Ludwig
This appears to be a known bug with 0.25. http://projects.reductivelabs.com/issues/2574 -L -- Larry Ludwig Reductive Labs --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To po

[Puppet Users] Re: 0.25.0rc1, modules, and custom types

2009-08-25 Thread Larry Ludwig
I am also seeing this same issue with a migration config I am testing so the upgrade to 0.25 is a smooth one. -L -- Larry Ludwig Reductive Labs --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Puppet

[Puppet Users] Re: Notify someone on failure

2009-08-25 Thread Larry Ludwig
e yaml file to get stale. -L -- Larry Ludwig Reductive Labs --~--~-~--~~~---~--~~ 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 uns

[Puppet Users] Re: Notify someone on failure

2009-08-25 Thread Larry Ludwig
are applied is a different issue. -L -- Larry Ludwig Reductive Labs --~--~-~--~~~---~--~~ 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.c

[Puppet Users] Re: Bacula Puppet Type

2009-08-25 Thread Larry Ludwig
Hi Shawn, I would like to see that type. -L On Aug 25, 2009, at 11:08 AM, S H wrote: > I'm putting the finishing touches on a set of native Bacula types > for Puppet and was wondering if anybody out there would be > interested in giving it a test run. It seems to be running more or > le

[Puppet Users] Re: passenger vs mongrel performance

2009-08-24 Thread Larry Ludwig
ow if you have any comments, suggestions. -- Suggested Tweaks Based upon my (Larry Ludwig) testing of passenger/puppetmasterd I recommend adjusting these options in your apache configuration. PassengerPoolIdleTime - Set to 5 min or less. The shorting this option allows for puppetmasterd t

[Puppet Users] Re: facter problems on el5 x86_64

2009-08-24 Thread Larry Ludwig
Hi Arnau, I have not seen that error before and have many EL5 installs. -L -- Larry Ludwig Reductive Labs --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group,

[Puppet Users] Re: Conditional host file entries, Puppet's non-sequential tree

2009-08-22 Thread Larry Ludwig
On Aug 22, 2009, at 6:04 AM, Duncan Hill wrote: > > 2009/8/21 Duncan Hill : >> 2009/8/20 Larry Ludwig : >>> >>> >>> On Aug 19, 2009, at 11:03 AM, Duncan Hill wrote: >>> >>> why not define the variables per 'node'? Why

[Puppet Users] Re: Check to see if a class is included

2009-08-20 Thread Larry Ludwig
Every class you create is a tag. So: if tagged('myclass') { $myvar = "hello" } One caveat, is the class order can matter if the tag exists yet or not. http://projects.reductivelabs.com/issues/2105 -L -- Larry L

[Puppet Users] Re: Conditional host file entries, Puppet's non-sequential tree

2009-08-20 Thread Larry Ludwig
ou need to define your directadmin cid! Please set \$directadmin_cid in your site.pp or node config") } } This will make sure that the node has the proper variables when you include the class. Hope this helps... -L -- Larry Ludwig Reductive Labs --~--~-~--~~~-

[Puppet Users] Re: migating from 0.24.8 to 0.25.0rc1

2009-08-20 Thread Larry Ludwig
rom remote server: Could not intern from > s: Cannot manage the CRL when :cacrl is set to false > Hi Gus, How is your Puppetmaster setup? Passenger? Can you send your apache config? -L -- Larry Ludwig Reductive Labs --~--~-~--~~~---~--~~ You received t

[Puppet Users] Re: Puppet server recommendations

2009-08-20 Thread Larry Ludwig
h. You should at minimum be on 0.24.8 and ideally 0.25 once it's released. Hope this helps.. -L -- Larry Ludwig Reductive Labs --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Puppet Users"

[Puppet Users] Re: Mongrel Memory Usage

2009-08-13 Thread Larry Ludwig
ould toast the puppetmaster process > pretty quickly. > The rub is Ruby itself is not optimized for 64 bit. an int for example is double in size. -L -- Larry Ludwig Reductive Labs --~--~-~--~~~---~--~~ You received this message because you are subscribed to

[Puppet Users] Re: "Could not find dependency Yumrepo"

2009-08-13 Thread Larry Ludwig
um-update]"... > Correct. -L -- Larry Ludwig Reductive Labs --~--~-~--~~~---~--~~ 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.c

[Puppet Users] Re: Mongrel Memory Usage

2009-08-13 Thread Larry Ludwig
manifests, variables, clients used, etc. Some is also dependent upon the version ruby itself and it's optimizations. Out of all of these variables what I CAN say are most important: - files and the size of files transfered though Puppet - 32 bit over 64 bit. 0.25 will definite

[Puppet Users] Re: "Could not find dependency Yumrepo"

2009-08-13 Thread Larry Ludwig
xec type. Either: - the type is not defined - you don't have an 'include' to the puppet .pp file that has this type in it. Regards.. -L -- Larry Ludwig Reductive Labs --~--~-~--~~~---~--~~ You received this message because you are subscribe

[Puppet Users] Re: "Could not find dependency Yumrepo"

2009-08-13 Thread Larry Ludwig
uppet, not what's on the box. Puppet code tells your server how it should be setup, not the other way around. Yumrepo[base] means you should have Puppet code that looks like: yumrepo {'base': ... } Regards... -L -- Larry Ludwig Reductive Labs --~--~-~--~~---

[Puppet Users] Re: "Could not find dependency Yumrepo"

2009-08-13 Thread Larry Ludwig
Going back to your original question, the error you are getting: Means it cannot find Yumrepo["base"] in your type list. maybe it was renamed, or not included. -L -- Larry Ludwig Reductive Labs --~--~-~--~~~---~--~~ You received this message becau

[Puppet Users] Re: "Could not find dependency Yumrepo"

2009-08-13 Thread Larry Ludwig
Hi Douglas, The bigger question, why are you using exec to update via yum?? There is a 'package' type that will do this for you. exec shouldn't be used for what you are trying to do.\ -L -- Larry Ludwig Reductive Labs --~--~-~--~~~---~--~---

[Puppet Users] Re: Hello,

2009-08-12 Thread Larry Ludwig
er efforts like make Puppet Modules ;-) -L -- Larry Ludwig Reductive Labs --~--~-~--~~~---~--~~ 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@googlegro

[Puppet Users] Re: Hello,

2009-08-12 Thread Larry Ludwig
On Aug 12, 2009, at 6:32 PM, James Turnbull wrote: > adamou s. nacer wrote: >> Hello, >> One of my friends bought an iphone from a website: www.selmu.com >> > > Banned for spamming. James, I thought new accounts had to approved no? -L --~--~-~--~~-

[Puppet Users] Re: random number in a file

2009-08-11 Thread Larry Ludwig
Here is one method to perform puppet runs via cron: http://reductivelabs.com/trac/puppet/wiki/Recipes/cron It also allows you to manually tweak the times each node runs. -L -- Larry Ludwig Reductive Labs --~--~-~--~~~---~--~~ You received this message because

[Puppet Users] Re: possible Puppet Memory Leak? - maybe not the right Subject ;-)

2009-08-11 Thread Larry Ludwig
On Aug 11, 2009, at 8:43 AM, X4T wrote: > > Hi Larry, > > is it possible to do something like this: > > file { > > source => "http://server/filename"; > } > At the moment, no, but you can do it via exec type or creat

[Puppet Users] Re: possible Puppet Memory Leak? - maybe not the right Subject ;-)

2009-08-11 Thread Larry Ludwig
t; > Best regards, > > Sebastian Hi Sebastian, With 0.24.8 your best bet is to move large files like this via other means (ie rysnc, ftp, nfs, etc) than directly though Puppet. With 0.25 using REST this issue of memory consumption will be much mu

[Puppet Users] Upgrade path for 0.24.x -> 0.25 - Your comments are needed..

2009-08-10 Thread Larry Ludwig
ckets, and our own setup to make sure every item is covered in the wiki. The ultimate goal to ensure smooth transition and no surprises for anyone who upgrades. Any input on this would be most helpful. Thanks. -L -- Larry Ludwig Reductive

[Puppet Users] Re: Puppet cannot find custom functions

2009-08-05 Thread Larry Ludwig
I assumed your issue is related to this? http://projects.reductivelabs.com/issues/2494 -L -- Larry Ludwig Reductive Labs --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to

[Puppet Users] Re: puppet recipes

2009-08-04 Thread Larry Ludwig
Why are you using exec type for user and group, when these types already exist? I didn't read the complete thread so I donno if this was discussed. The exec type should always be used as the last resort. -L -- Larry Ludwig Reductive

[Puppet Users] Re: Planet Puppet is born!

2009-07-31 Thread Larry Ludwig
Thanks Brice! I Did you add the Reductive Labs corporate feeds? -L -- Larry Ludwig Reductive Labs --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email

[Puppet Users] Re: sequential change implementation

2009-07-28 Thread Larry Ludwig
but rather one by > one. Is there a way to configure sequential push of some kind? > schedule metatype option or splay might be random enough. -L -- Larry Ludwig Reductive Labs --~--~-~--~~~---~--~~ You received this message because you are subscribed to th

[Puppet Users] Re: File resource type: critical chmod security issue

2009-07-27 Thread Larry Ludwig
ds > > James Turnbull This sounds like a page for the wiki no? Any security issues ideally should be reported privately first (at least with white hats). -L -- Larry Ludwig Reductive Labs --~--~-~--~~~---~--~~ You received this message because you are

[Puppet Users] Re: File resource type: critical chmod security issue

2009-07-27 Thread Larry Ludwig
Also see the bug ticket submitted: http://projects.reductivelabs.com/issues/2451 On Jul 27, 2009, at 4:45 PM, Judd Maltin wrote: > > This code: > > > file { '/tmp/default': >ensure => directory, >mode => '666' > } > > produces: > > r...@blah# ls -la /tmp/default/ > total 16 > d

[Puppet Users] Re: passenger vs mongrel performance

2009-07-24 Thread Larry Ludwig
Ohad, Now that we know that passenger is configured in Mark's case, try rubyEE and let us know the result. -L -- Larry Ludwig Reductive Labs --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Puppet Us

[Puppet Users] Re: Source Arrays and Template Arrays

2009-07-23 Thread Larry Ludwig
'directadmin/exim/ exim.antispam.conf.erb'), 'local'=> template('directadmin/exim/ exim.local.conf.erb'), 'custom' => template("directadmin/exim/hosts/exim.$ {hostn

[Puppet Users] Re: Best Practices Rewrite - First Draft

2009-07-23 Thread Larry Ludwig
dule in one > module directory it's still looking in the other one? I assume so, but > as I haven't used it yet I better ask... ;) modulepath option must be set in your puppet.conf file. -L -- Larry Ludwig --~--~-~--~~~---~--~~ You received thi

[Puppet Users] Re: Best Practices Rewrite - First Draft

2009-07-23 Thread Larry Ludwig
dules specific to your install. -L -- Larry Ludwig Reductive Labs --~--~-~--~~~---~--~~ 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

[Puppet Users] Re: multi-case selectors

2009-07-22 Thread Larry Ludwig
ot;some_source" > } else { >source => "another_source" > } > } > > Is there a "puppet" way to do this or am I thinking about this in the > wrong way? > Puppet supports ANDs and ORs if you wish to do i

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

2009-07-22 Thread Larry Ludwig
, the load is now much lower and similar with Mongrel but the Puppet compile times are much lower. -L -- Larry Ludwig Reductive Labs --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Puppet Users" group.

[Puppet Users] Re: Info - crash on RHEL4 w/o swap space

2009-07-19 Thread Larry Ludwig
how much memory is on this instance? Swap should ALWAYS be available, general recommendation is 2x actual memory. Once you run out of real memory, you can have a dead machine. -L -- Larry Ludwig Reductive Labs --~--~-~--~~~---~--~~ You received this message

[Puppet Users] Re: Puppet User Group July 29th NYC 7p

2009-07-15 Thread Larry Ludwig
On Jul 15, 2009, at 5:48 PM, Teyo Tyree wrote: > > I will definitely be there. Going to be in town providing Puppet > training to the masses. > Don't you mean spreading the gospel? :-) -L > Cheers, > Teyo > > -- > Teyo Tyree :: www.reductivelabs.com > > > --~--~-~--~~---

[Puppet Users] Puppet User Group July 29th NYC 7p

2009-07-15 Thread Larry Ludwig
Hi All We are scheduling a NYC Puppet User Group on July 29th in NYC at 7pm. Location to be determined. If anyone is interested in donating space please let me know. We may have some formal discussions and open to any topics you want discussed. If attending, reply to this thread. -L Larry

[Puppet Users] Puppet meet Uup July 29th NYC 7p

2009-07-15 Thread Larry Ludwig
Hi All We are scheduling a NYC Puppet Meet Up. --~--~-~--~~~---~--~~ 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,

[Puppet Users] Re: Puppet Camp

2009-04-19 Thread Larry Ludwig
ke City. A city where driving is non-essential would be a plus >> for me. > > Hmmm, NYC would be preferable for me (I'm really selfish and don't > want to travel) :) Of course for me too, but think SF/SJ is the best

[Puppet Users] Re: How To: Puppet Setup on Redhat 8 using the puppet gem.

2009-04-14 Thread Larry Ludwig
RH 8!!! I didn't think anyone was still using it ;-) Thanks for info. Unfortunately there are more people using old versions RH than you think. -L On Apr 14, 2009, at 8:29 PM, Brandon Evans wrote: > > I got puppet installed and running on Redhat 8 today. I'm passing > on my > notes to the

[Puppet Users] Re: Support Expectations (was: Licensing and Copyright)

2009-04-09 Thread Larry Ludwig
> I also think consultancy at good rates would be a no-brainer - > Most companies don't have the time, resource, or expertise to learn/ > implement a new tool. What's considered good rates? -L --~--~-~--~~~---~--~~ You received this message because you are s

[Puppet Users] Re: Puppet and pushing changes

2009-04-08 Thread Larry Ludwig
On Apr 7, 2009, at 11:15 PM, Ohad Levy wrote: > > > On Tue, Apr 7, 2009 at 8:32 PM, Larry Ludwig > wrote: > > > What xinetd version? > I wrote a simple daemon which uses puppet certificates and > namespaceauth to allow puppetrun on cron based hosts. > Hi Ohad

[Puppet Users] Re: Puppet and pushing changes

2009-04-07 Thread Larry Ludwig
possible > today with ralsh or puppet directly) things like: What xinetd version? -L -- Larry Ludwig Reductive Labs --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to t

[Puppet Users] Re: Licensing and Copyright

2009-04-06 Thread Larry Ludwig
evelopment process be improved? Definately yes and is something that will be constantly revisited. -L -- Larry Ludwig Reductive Labs --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To

[Puppet Users] Re: EAL4+ general hardening settings with Puppet

2009-04-06 Thread Larry Ludwig
kage current via that module. > > Ah so thats the best practice for that. >> Keep in mind these are not hardline rules but things I've seen work for others. Also from the module collection I'm creating it seems to work very well. -L -- Larry Ludwig Reductive Labs --~--~--

[Puppet Users] Re: /etc/init.d/puppet on debian

2009-04-06 Thread Larry Ludwig
Hi all can you also look into this bug and see if it applies to debian/ ubuntu. http://projects.reductivelabs.com/issues/2137 and if so make adjustments according. -L -- Larry Ludwig Reductive Labs --~--~-~--~~~---~--~~ You received this message because you

[Puppet Users] Re: EAL4+ general hardening settings with Puppet

2009-04-06 Thread Larry Ludwig
can you tell me more about this? How is something certified EAL4+ CAPP, and can something be certified? -L -- Larry Ludwig Reductive Labs --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Puppet Users"

[Puppet Users] Re: A simple function to load external class attributes

2009-03-31 Thread Larry Ludwig
On Mar 31, 2009, at 12:26 PM, Luke Kanies wrote: > I think you've convinced that a given module should search all of the > module path directories, rather than just the first found directory. > This would allow you to have your site module dir in front of the dist > module dir and override templa

[Puppet Users] Re: A simple function to load external class attributes

2009-03-31 Thread Larry Ludwig
> Then this 'load_data' call is equivalent to this Puppet code: > > class apache { > $host = "myhost.com" > $port = 80 > } Interesting.. Three questions about this: 1. Could these variables be overridden by a node variable? I assume no. 2. What happens if the data file is missing? 3. Could

[Puppet Users] Re: [Puppet-dev] ANNOUNCE: Puppet 0.24.8 now available!

2009-03-30 Thread Larry Ludwig
Thanks Todd, Anyone have an updated facter RPM also? -L -- Larry Ludwig Reductive Labs --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to pu

[Puppet Users] Re: compressing client/server communications

2009-03-25 Thread Larry Ludwig
Hmm interesting idea. While the puppetmaster will work without issue, the issue becomes the client (puppetd) must decode it. I suspect a code change. -L On Mar 25, 2009, at 8:56 PM, Ben wrote: > > I use, and depend on, puppet extensively and a good portion of the > servers (nodes) are remo

[Puppet Users] Re: module dependencies

2009-03-12 Thread Larry Ludwig
On Mar 12, 2009, at 10:14 AM, Keith Edmunds wrote: > > On Thu, 12 Mar 2009 14:37:40 +0100, bell...@nsc.liu.se said: > >> No. You need to let individual resources within that class or module >> depend on the other class. > > Thanks Thomas, I suspected as much. > > Would it be appropriate to creat

[Puppet Users] Re: module dependencies

2009-03-10 Thread Larry Ludwig
Is this what you are looking for? class foo { ... } class bar { package { "test": require => Class["foo"], } } On Mar 10, 2009, at 8:25 AM, Keith Edmunds wrote: > > Is it possible to make a module a dependency? > --~--~-~--~~~---~--~~ You received

[Puppet Users] Re: puppet and LDAP users (SOLVED)

2009-03-03 Thread Larry Ludwig
On Mar 3, 2009, at 12:09 PM, Luke Kanies wrote: > > On Mar 1, 2009, at 9:27 PM, Larry Ludwig wrote: > >> >> >> On Mar 1, 2009, at 9:04 PM, Trevor Hemsley wrote: >> >>> >>> [puppetd] >>> ldapserver=ldap.myorg.company.com >&g

[Puppet Users] Re: Connection timeout calling fileserver.describe: socket read timeout

2009-03-02 Thread Larry Ludwig
using storedconfig? -L On Mar 2, 2009, at 10:02 AM, Arnau Bria wrote: > > On Mon, 2 Mar 2009 09:51:34 -0500 > Larry Ludwig wrote: > > >> 150, and yes. The obvious question is I assume you are not thrashing >> to swap and other issues related to the server config it

  1   2   >