[Puppet Users] Puppet 4, Windows and providers.

2016-02-12 Thread Philip Wigg
Hi, I am trying to use the puppetlabs-dsc module on Windows 2012r2. I have WMF5 installed on the Windows guest. I am trying to get this working using Vagrant but I'm not actually using the vagrant provider in the examples below. I have a 'testclass' module installed just to show that Puppet is ab

Re: [Puppet Users] Puppet 4, rspec, and stages

2015-09-25 Thread Philip Wigg
> We recently upgraded to PE2015, and as such have upgraded our local puppet > gems to match (4.2.2). Unfortunately a few of our specs that were previously > passing are now failing, mostly in regards to stages: > > "Evaluation Error: Error while evaluating a Function Call, Could not find > stage f

[Puppet Users] Re: scaling puppetserver to manage larger installations

2015-09-10 Thread Philip Dixon
How has this been going for you. I have a similar situation. Am using "puppet server" version 1.1.1 (based on 3.8.2) and am seeing the same problem. On Saturday, August 29, 2015 at 12:48:11 AM UTC-7, Abu Yousef wrote: > > Hi, > > I have the requirement to manage thousands of nodes, I'm researchi

Re: [Puppet Users] Stupid hiera.yaml wildcard question.

2015-06-01 Thread Philip Wigg
On 1 June 2015 at 21:12, Robert Davidson wrote: > Note: We're still running puppet 3.6.2 and hiera 1.3. > > What I would like to do is to have hiera load all yaml files inside a > directory - ie, have all the profile specific data split up into independent > files sitting inside a 'profile' dire

[Puppet Users] Re: Need help! Puppet could not request certificate: No route to host -connect(2)

2014-06-16 Thread Philip Mosquera
I was in the exact same situation and found a dirty solution was to simply to use service iptables stop. It's a bit of a dirty workaround and definitely wouldn't recommend it on an open network but it solved the issue for me to use it on a few internal vms. Hope it helped. -- You received th

Re: [Puppet Users] new forge module: solaris smf wrapper

2014-06-14 Thread Philip Brown
On Saturday, June 14, 2014 9:07:17 AM UTC-7, Jeremy Kitchen wrote: > > On Jun 14, 2014, at 8:49 AM, Philip Brown > wrote: > > Ideally, someone should extend the puppet 'service' handler to take > arguments for this stuff, when the provider is solaris. > >

[Puppet Users] new forge module: solaris smf wrapper

2014-06-14 Thread Philip Brown
I'm kinda surprised that an SMF module for Solaris wasnt made before. (that is to say, yes there is support for enabling a pre-existing SMF service... but there isnt one for creating one from scratch) So here's an announcement of a new puppet forge module: https://forge.puppetlabs.com/ppbrown/s

Re: [Puppet Users] Re: Some of my OS X clients stop checking in with puppet master.

2014-03-03 Thread Philip Powell
4, 2014 7:36:44 PM UTC+1, Moses Mendoza wrote: > > Phil, Kristian, > > Would you mind posting a gist (any private info retracted of course) > of the logs you find this information in? > > On Thu, Feb 13, 2014 at 5:44 AM, Philip Powell > > > wrote: > > I hav

Re: [Puppet Users] Re: Some of my OS X clients stop checking in with puppet master.

2014-02-14 Thread Philip Powell
eers Phil On Friday, February 14, 2014 7:36:44 PM UTC+1, Moses Mendoza wrote: > > Phil, Kristian, > > Would you mind posting a gist (any private info retracted of course) > of the logs you find this information in? > > On Thu, Feb 13, 2014 at 5:44 AM, Philip Powell > &

[Puppet Users] Re: Some of my OS X clients stop checking in with puppet master.

2014-02-13 Thread Philip Powell
I have the same problem. Looking at the puppet logs on the affected nodes it looks like the puppet agent will occasionally assume "localhost" as its fqdm and then gives up when the certs don't match. Maybe it's connected to waking from sleep and the puppet agent going off before all relevant ne

[Puppet Users] Unpleasant puppetlabs experience

2013-12-05 Thread Philip Brown
https://projects.puppetlabs.com/issues/14368#change-101086 Summary: (We dont need to improve our public documentation, because people can go BUY documentation for puppet) I can understand changing it to low priority or something. But *Rejecting* this issue? For a supposedly "free, open source"

[Puppet Users] Master cannot see nodes after install

2013-11-20 Thread Philip Jefferies
Hi I'm new to puppet I've install the master and one node with no issues. the installs are all on Suse Linux server and workstation. When I installed another node today I got the message in the in the console of (node request 1) and clicked accept to this and it all looked ok and a licen

[Puppet Users] Delegation of responsability for SOME things

2013-07-11 Thread Philip Brown
Howdy folks, "we" the sysadmins at $DAYJOB, are liking puppet for our OS setups. Now we are interested in something that's going to make application deployment and config easier. Trouble is, we're a large shop. So we have a separate "application support" group, whom we dont particularly want to

[Puppet Users] Problems Running Puppet Once For Passenger Installation - Certificates Disappear

2013-04-25 Thread Philip Gardner
I'm having issues with installing a Puppetmaster using Passenger, basically this bit of the documentation: "Make sure puppet master has been run at least once (or puppet agent, if this master is not the CA), so that all required SSL certificates are in place." Here's the bit of Puppet that mak

Re: [Puppet Users] Re: puppet 3 hiera configs hiding somewhere

2013-03-28 Thread Philip Brown
On Thu, Mar 28, 2013 at 12:42 AM, Keith Burdis wrote: > >> That doesnt quite work as-is, eh? >> Because I need to know how to set the client hostname, > > You could use: > > # hiera --debug philcheck:value hostname=$(facter hostname) > Thank you! That, along with -c /etc/puppet/hiera.yaml, help

Re: [Puppet Users] Re: puppet 3 hiera configs hiding somewhere

2013-03-27 Thread Philip Brown
On Wed, Mar 27, 2013 at 2:10 PM, Nick Fagerlund wrote: > First off, check Puppet's hiera_config setting > (http://docs.puppetlabs.com/references/3.1.1/configuration.html#hieraconfig) > -- is there a value in your puppet.conf? nope, nothing. I tried your suggestion of explicitly setting it. It ge

[Puppet Users] puppet 3 hiera configs hiding somewhere

2013-03-27 Thread Philip Brown
We're using the puppetlabs puppet rpms, on redhat 6. puppet server version: 3.1.1 I wanted to start using hiera for some databinding type purposes. I set up a /etc/puppet/hiera.yaml, pointing to a special hieradata directory...but clients were not seeing the values I populated. So I made a very

Re: [Puppet Users] puppet always has an exitcode of 0

2013-03-20 Thread Philip Brown
On Wednesday, March 20, 2013 7:16:17 AM UTC-7, blalor wrote: > > > > Isn't puppetd deprecated in favor of "puppet agent"? I > use --detailed-exitcodes with "puppet apply" and Puppet 3 and it works like > it says on the box. > > huh. never realized there was such a flag. Thanks for that. but re

[Puppet Users] removing matching line from file

2013-03-19 Thread Philip Brown
I've been using the stdlib::file_line resource happily for a bit now, but then ran into a problem I have a class, which can be simplified as follows class prop(propval) { file_line {conffile: line=>"PROPERTY=propval" } } However, I'm attempting to plan for the future, and it sounds ra

Re: [Puppet Users] puppet 3 and standalone passenger?

2013-02-27 Thread Philip Brown
On Wednesday, February 27, 2013 2:27:56 PM UTC-8, Ellison Marks wrote: > > From what I understand, no, puppet doesn't handle SSL. It acts a a CA and > signs certificates and such, but it doesn't actually communicate over the > network itself. the puppetmaster package includes the WEBrick server

Re: [Puppet Users] puppet 3 and standalone passenger?

2013-02-27 Thread Philip Brown
On Wednesday, February 27, 2013 12:24:10 PM UTC-8, Ramin K wrote: > > On 2/27/2013 12:01 PM, Philip Brown wrote: > > I've been looking around for instructions on installing puppetmaster > > with a standalone passenger, without apache. > > I'm a personal b

Re: [Puppet Users] puppet 3 and standalone passenger?

2013-02-27 Thread Philip Brown
On Wednesday, February 27, 2013 12:37:18 PM UTC-8, Ygor wrote: > > Google is your friend > > http://www.modrails.com/documentation/Users%20guide%20Standalone.html > > Actually *reading the question*, is_being_ friendly. Not to mention reading the documentation you reference. That page merely sa

[Puppet Users] puppet 3 and standalone passenger?

2013-02-27 Thread Philip Brown
I've been looking around for instructions on installing puppetmaster with a standalone passenger, without apache. I'm a personal believer in, "the fewer layers, the better" :) Unfortunately, I cant find any instructions for this configuration. Everything seems to be written for "puppet AND httpd

Re: [Puppet Users] Puppet 3.0 fails install on Solaris 10 w/ ruby 1.8.7

2012-12-19 Thread Philip Brown
On Wednesday, December 19, 2012 6:14:48 AM UTC-8, jcbollinger wrote: > > > > > The time spent up front to do the job right often produces much more time > saved later on (indeed, that's a large component of "right"). In any case, > PuppetLabs provides pre-built packages for a lot of different

Re: [Puppet Users] early clean exit from module?

2012-12-18 Thread Philip Brown
On Tuesday, December 18, 2012 10:28:35 AM UTC-8, Ellison Marks wrote: > > No, it's additive. It will get all the class names from all hierarchy > levels that a host maps to. Waaait a minute. Now I'm really confused about hiera :( I thought hiera was usually replacing, not additive. Or is it

Re: [Puppet Users] early clean exit from module?

2012-12-18 Thread Philip Brown
On Tuesday, December 18, 2012 9:33:13 AM UTC-8, Ellison Marks wrote: > > You're looking for the hiera_include() function, I believe. It's > undocumented in the official docs, which is a shame, but I'll try to > describe it. > > Your node definition would look something like this: > > node defau

Re: [Puppet Users] Odd problem with puppet 3 and module files permissions

2012-12-18 Thread Philip Brown
On Tuesday, December 18, 2012 8:51:25 AM UTC-8, Branan Purvine-Riley wrote: > > > > In Puppet 3, you must explicitly state that the file you are requesting is > from a module. Try: > puppet:///modules/${modulename}/somefile.conf > D'oh... I guessed it was something like that, but I used /modul

[Puppet Users] Odd problem with puppet 3 and module files permissions

2012-12-18 Thread Philip Brown
We have an odd situation with a puppet 3 installation. It isnt serving out the module local files. We understand (Somewhat) about the new auth.conf requirements, and have filled those out. So, access to things such as puppet:///files/etc/somefile.conf are working fine. However, attempts to acces

Re: [Puppet Users] early clean exit from module?

2012-12-18 Thread Philip Brown
On Tuesday, December 18, 2012 7:41:44 AM UTC-8, jcbollinger wrote: > > The other respondents are right: if you don't want a class assigned to a > node then you should avoid assigning it to the node. It's pretty silly to > assign it but make that conditionally meaningless. You don't necessaril

Re: [Puppet Users] early clean exit from module?

2012-12-17 Thread Philip Brown
On Monday, December 17, 2012 3:18:26 PM UTC-8, Jakov Sosic wrote: > > > > Puppet is not procedural but declarative language, so you can only > declare states. Except that is not strictly true. There is an early-exit "fail" directive that can be used conditionally. So why not a conditional ear

Re: [Puppet Users] tweaking emacs puppet mode ?

2012-12-17 Thread Philip Brown
On Monday, December 17, 2012 1:50:38 PM UTC-8, Steven VanDevender wrote: > > puppet-mode is kind of rudimentary but I know > the author and he would probably be amenable to improving it, if you > allow him some time. > that would be most appreciated -- You received this message because yo

Re: [Puppet Users] tweaking emacs puppet mode ?

2012-12-17 Thread Philip Brown
On Monday, December 17, 2012 1:02:20 PM UTC-8, Steven VanDevender wrote: > > Philip Brown writes: > > ... > > So, one to change the tabstops thing, and one to make the closing brace > > outdent? > > You might look at the customization group for "puppet&

[Puppet Users] tweaking emacs puppet mode ?

2012-12-17 Thread Philip Brown
I enjoy the puppet mode that comes with emacs by default. However... people in our organization prefer a slightly different formating standard. Would anyone be able to tell me what tweaks I could put in my .emacs file, to make it so that code gets autoformatted as class foo { TAB line here TAB

[Puppet Users] early clean exit from module?

2012-12-17 Thread Philip Brown
Hi folks, I've poked around the language reference, and havent found anything on this so far. I'd like to be able to force a clean early exit from a module. WITHOUT encasing the whole body of the module in an if statement. What I'm looking for: class somemodule { #no this isnt going to be a g

[Puppet Users] Re: inconsistencies with arrays: want multiple requires

2012-11-19 Thread Philip Brown
and not trying to change the > Package type's defaults. > > On Monday, November 19, 2012 4:45:55 PM UTC-7, Philip Brown wrote: >> >> >> However. If I define a variable, >> $pkglist=['pkg1','pkg2'] >> >> Then, while

[Puppet Users] inconsistencies with arrays: want multiple requires

2012-11-19 Thread Philip Brown
I've poked around the puppet docs, and google, and so far I'm stuck on an apparent inconsistency of usage, when it comes to using arrays, and variables, interchangably. I should mention this is with puppet 3.0.1 If you use literal arrays, both of the following are possible and accepted by puppe

[Puppet Users] How to make a module reject invalid parameter

2012-09-25 Thread Philip Brown
I tried a few google searches on this, and attempted to look through docs.puppetlabs.com, but couldnt find anything... how do you make a module throw an error for an unrecognized parameter? ie: class setitup($machtype) { case $machtype { prod: { blah} dev: {blah} default: {

[Puppet Users] patch for puppet 2.7.18, pkg.rb to work in solaris 11

2012-09-19 Thread Philip Brown
The currently existing ruby gems version of puppet (2.7.18) is not fully compatible with solaris 11 packages. It whines about some packages not matching the regular expression. I hunted around, and found a patch in the ruby bug database... which doesnt work. I found a new version of pkg.rb in

Re: [Puppet Users] automatic load of node definition file

2012-09-19 Thread Philip Brown
On Wed, Sep 19, 2012 at 7:36 AM, jcbollinger wrote: > > > On Tuesday, September 18, 2012 1:36:53 PM UTC-5, Philip Brown wrote: >>... >> ... > > I think that's just fine. Though no one would know from the responses you > received before, I think some people do

Re: [Puppet Users] automatic load of node definition file

2012-09-18 Thread Philip Brown
[yes, this is a reply to an OOOLD message. sorry :) I think it's still useful] This is regarding a construct that I suggested to the list back in May, and still haven't found anything better for my purposes. So, I'm fleshing out the implementation details for people a bit more. The idea: Have a

Re: [Puppet Users] Starting over with Puppet Master and Puppet Client

2012-06-15 Thread Philip Brown
On Thursday, June 14, 2012 3:26:05 PM UTC-7, Ygor wrote: > > Without a default node definition as an absolute minimum, > what is the Puppet Master supposed to do when queried by the Puppet > Client/Agent ? > > I believe it will do exactly what your servers are doing: bupkis ! > Minor point

[Puppet Users] Re: Announce: PuppetDB 0.9.0 (first release) is available

2012-05-18 Thread Philip Brown
On Friday, May 18, 2012 7:21:26 AM UTC-7, Michael Stanhke wrote: > > PuppetDB, a component of the Puppet Data Library, is a centralized storage > daemon for auto-generated data. This initial release of PuppetDB targets > the > storage of catalogs and facts: > ... > As this is the first public

[Puppet Users] question on dashboard and delayed jobs

2012-05-17 Thread Philip Brown
Hi folks, idont see a separate group for puppet dashboard ,so i guess I'll ask here? http://docs.puppetlabs.com/dashboard/manual/1.2/bootstrapping.html mentions that we need to have scripts/delayed_jobs running in the background. and we seem to have that. But we still somehow have 30,000 pending

Re: [Puppet Users] is there a Puppet facter plugin repository please ?

2012-05-11 Thread Philip Brown
On Friday, May 11, 2012 11:42:52 AM UTC-7, Ryan Coleman wrote: > > Hi Christophe, > > The facter tag is something a user would have to use when they release > their module. There are many more custom facts on the Forge that > simply aren't tagged. > Given that the current module definitions

Re: [Puppet Users] Re: forcing user resource provider to be local files only?

2012-05-10 Thread Philip Brown
On Thursday, May 10, 2012 4:37:14 PM UTC-7, Gary Larizza wrote: > > > > On Thu, May 10, 2012 at 4:30 PM, Philip Brown wrote: > >> >> Erm... except that theres no directions in the module on where to file >> bug reports, nor does there seem to be any mechanism o

Re: [Puppet Users] Re: forcing user resource provider to be local files only?

2012-05-10 Thread Philip Brown
On Thursday, May 10, 2012 3:59:36 PM UTC-7, Gary Larizza wrote: > > You'll want to add "ensure => present" to the file_line resource and then > run it again. That should help you out! > > > yup, I noticed :) isnt this technically a bug in puppetlabs-stdlib:file_line, though? shouldnt it be up

Re: [Puppet Users] Re: forcing user resource provider to be local files only?

2012-05-10 Thread Philip Brown
On Wednesday, May 9, 2012 11:55:01 AM UTC-7, Gary Larizza wrote: > > > Philip, > > You can use Augeas to do this, or look at a custom file_line type in the > Puppetlabs-stdlib module --> > https://github.com/puppetlabs/puppetlabs-stdlib/blob/master/lib/puppet/type/file_

Re: [Puppet Users] puppet module... remove?

2012-05-10 Thread Philip Brown
On Thursday, May 10, 2012 9:40:44 AM UTC-7, Gary Larizza wrote: > > Philip, > > The puppet-module gem behavior has been merged into the core Puppet as of > 2.7.14 and includes the functionality you describe. `puppet help module` > should get you the help you need, and `

[Puppet Users] puppet module... remove?

2012-05-10 Thread Philip Brown
Is there really no way to have puppet module, aka puppet-module, remove a module? It doesnt seem to exist in the usage message. Nor do I see a "show installed" option? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on

Re: [Puppet Users] Re: forcing user resource provider to be local files only?

2012-05-09 Thread Philip Brown
On Wednesday, May 9, 2012 11:55:01 AM UTC-7, Gary Larizza wrote: > > > Philip, > > You can use Augeas to do this, > Install a whole new C library/util/ thingie, just to do something trivial? no thanks... > or look at a custom file_line type in the Puppetlabs-stdli

[Puppet Users] Re: forcing user resource provider to be local files only?

2012-05-09 Thread Philip Brown
On Monday, May 7, 2012 11:39:37 AM UTC-7, jcbollinger wrote: > > > > You may be able to base your provider on the ParsedFile general- > purpose base provider, though I did not do that with mine. > > *Sounds* promising. But... no documentation on using this either, that I can find? K.I.S.S. A

[Puppet Users] Re: forcing user resource provider to be local files only?

2012-05-07 Thread Philip Brown
Hmm.. after reading the solaris manpage, it seems that the "useradd" command, allegedly only adds to local /etc/files stuff. So that part could theoretically be fine for me... it's the "does user already exist?" detection that is non-desired. But... I am not tracking how Puppet detects that. pro

[Puppet Users] Re: forcing user resource provider to be local files only?

2012-05-07 Thread Philip Brown
On Monday, May 7, 2012 7:01:11 AM UTC-7, jcbollinger wrote: > > > user { 'alice': > ensure => present, > provider => 'nisuser' > } > > ensures the /etc/passwd contains the line > > +alice:: > > Those properties that make sense to override locally are also > supported. Unfortun

Re: [Puppet Users] forcing user resource provider to be local files only?

2012-05-04 Thread Philip Brown
On Fri, May 4, 2012 at 1:18 AM, Luke Bigum wrote: > Hi Philip, > > What's wrong with letting Puppet decide on the provider automatically? > > user { "luke": ensure => present, home => '/home/luke', password => > 'zzz'

[Puppet Users] forcing user resource provider to be local files only?

2012-05-03 Thread Philip Brown
I see that there are an assorted bunch of "provider" types for resource type user. Are there not any "local file" providers for it? I have need of ensuring that certain local user accounts get created on all machines, reguardless of what the system "/bin/password" and "useradd" type mechanism

Re: [Puppet Users] Re: puppet way of handling rdist and triggers

2012-05-02 Thread Philip Brown
On Wed, May 2, 2012 at 6:51 AM, jcbollinger wrote: >> Yes, I understand the "normal puppet way" of doing things, is to have >> those conf files inside the puppet tree, but it is more maintainable >> *for us*, to have all multi-host related stuff, in the single rdist >> directory tree. > > > You co

[Puppet Users] automatic load of node definition file

2012-05-02 Thread Philip Brown
I vaguely recall some kind of reference mentioning that as a fallback, puppet master would attempt to load host.fqdn.pp to find a node definition. Is that a false memory? In practice, it does not seem to do that. Along those lines, is it possible to MAKE it do that? I've tried import "nodes

Re: [Puppet Users] Re: puppet way of handling rdist and triggers

2012-05-01 Thread Philip Brown
On Tue, May 1, 2012 at 6:58 AM, jcbollinger wrote: > >> But that requires the files be hosted on the puppet master. >> What if the conf files are still rdisted out under /rdist/base instead? >> What does that look like? > > It looks exactly like what you are now doing (i.e. no Puppet).  How do > y

Re: [Puppet Users] Re: puppet way of handling rdist and triggers

2012-04-30 Thread Philip Brown
On Mon, Apr 30, 2012 at 6:52 AM, jcbollinger wrote: > > > On Apr 28, 9:53 am, Philip Brown wrote: > >> Sadly, the chances of getting all sysadmins to be dilligent about creating >> packages are pretty much zero. >> They only want to deal with premade downloadable

Re: [Puppet Users] Re: scaling puppet, skipping puppetmaster?

2012-04-28 Thread Philip Brown
On Sat, Apr 28, 2012 at 2:12 AM, Luke Bigum wrote: > I use Puppet Commander, an MCollective tool: > http://projects.puppetlabs.com/projects/mcollective-plugins/wiki/ToolPuppetcommander > > Rather than have my Puppet Agents check in, no Puppet service runs on > any server, instead MCollective is ru

[Puppet Users] Re: puppet way of handling rdist and triggers

2012-04-28 Thread Philip Brown
On Saturday, April 28, 2012 2:11:23 AM UTC-7, Luke Bigum wrote: > > Yes, Puppet is perfect for your file-copy-and-hook scenario. In Puppet > speak it's "notify" and "subscribe" between resources, here's a very > quick example that will restart Some Daemon if /etc/resolv.conf > changes: > > no

[Puppet Users] scaling puppet, skipping puppetmaster?

2012-04-27 Thread Philip Brown
I've heard that after (some # of machines) x (some size of manifests) puppet does not scale well, due to bottlenecking on the puppetmaster. Anyone doing large scale use by some other methods? For example, running puppet on each machine individually using cron or something? With the manifest dis

Re: [Puppet Users] puppet way of handling rdist and triggers

2012-04-27 Thread Philip Brown
On Friday, April 27, 2012 8:28:32 AM UTC-7, Luke Bigum wrote: > > What problem are you trying to solve that you think you need Puppet? The > recommended Puppet way would be to package your binaries and use Puppet > to enforce new versions of the package. You said your Admins are used to > just

Re: [Puppet Users] puppet way of handling rdist and triggers

2012-04-27 Thread Philip Brown
On Friday, April 27, 2012 8:11:38 AM UTC-7, Luke Bigum wrote: > > Hi Philip, > > I've never used rdist before, but I've just checked the man page > quickly... How many servers have you got that's you've got a 260 MiB and > 5800 file repository? Is this

[Puppet Users] puppet way of handling rdist and triggers

2012-04-27 Thread Philip Brown
We have an existing "management system" of sorts, based on rdist. I'd like to know the best way to migrate it to using puppet. Currently, we have a local binaries tree, rdisted out nightly. We also make use of rdist's extra capability to trigger scripts when and if named files are updated. I'

Re: [Puppet Users] perltidy workalike to tidy up Puppet manifests

2011-10-06 Thread Philip Durbin
On Thu, Oct 6, 2011 at 11:00 AM, Craig White wrote: > On Oct 6, 2011, at 7:19 AM, Philip Durbin wrote: >> There's a wonderful tool called "perltidy" that can clean up Perl >> scripts, enforcing certain style guidelines by default but allowing >> lots of cus

[Puppet Users] perltidy workalike to tidy up Puppet manifests

2011-10-06 Thread Philip Durbin
There's a wonderful tool called "perltidy" that can clean up Perl scripts, enforcing certain style guidelines by default but allowing lots of customization. Does Puppet have a tool like perltidy to enforce a certain style in Puppet manifests? I don't see any mention of such a tool at http://docs.

[Puppet Users] Re: Design Goals of Puppet

2011-10-05 Thread Philip Durbin
On Oct 4, 2:13 am, brighton marekera wrote: > Hi everyone. I am Looking for a any information on the Design goals of > Puppet and its History from its inception,i have been looking around > the internet and i cant seem to find good info on tht When I think of design goals for open source projects

[Puppet Users] Ruby DSL class with resources generated dynamically using Puppet DSL definitions?

2011-04-27 Thread Philip Gardner
I'm attempting to include a class on certain hosts whose resources will be different depending on which host it is. I'm determining what resources to include in the class on a per host basis by consuming some JSON from another application. I seem to be running up against an issue where I can't us

[Puppet Users] Re: serialized or limited parallelism

2010-10-12 Thread Philip Brown
On Mon, Oct 11, 2010 at 06:44:20PM -0700, Philip Brown wrote: > BUUT... maybe I am thinking about this all wrong after all. Possibly > the better way is to give facter a custom set of facts... and then > since facter output gets automatically stored on the master when > puppet runs o

[Puppet Users] Re: serialized or limited parallelism

2010-10-11 Thread Philip Brown
On Oct 11, 5:45 pm, Scott Smith wrote: > One word: Idempotence. > > If you have to do what you are asking, ur doin' it wrong. Weeel,,not neccessarily. It can still be "Idempotent". The 'state' we wish to maintain, can be, "machine has a self-generated/updated entry in central database, that is

[Puppet Users] serialized or limited parallelism

2010-10-11 Thread Philip Brown
I've been poking around the web docs, and dont see an answer to this yet: Is there any pre-existing functionality in puppet, to allow limiting parallelism? Example: Lets say that I want all machines to run some sort of job, that updates a central database with information about the state of each

[Puppet Users] Re: Checking and setting svc properties in Solaris

2010-10-07 Thread Philip Brown
On Oct 6, 4:53 pm, John Warburton wrote: > If you own the manifest already, you can set properties there > > Otherwise, you can do what we do and use an exec - not efficient, but it > works > Hmm. Interesting. Disclaimer: I'm a puppet newbie. So two followup questions: 1. Where does the snipp

[Puppet Users] Checking and setting svc properties in Solaris

2010-10-06 Thread Philip Brown
Hello folks, I've been looking into how I might check (and possibly set) svc properties via puppet. The closest I've found, is the provider/service/smf stuff. However, that seems to only allow enabling and disabling of services. NOT of configuring properties. Is there some way I dont know of, how

[Puppet Users] Re: new release of puppetsurvey

2009-11-16 Thread Philip
Thank you for the clue with the max integer Size. Yes i develop on a 64bit System and had no problems converting. Will test it on 32Bit Systems and provide a Patch. The error about the missing argument is fixed in Release 0.2.1 which is available for dowonload now. Greetings Philip On Nov 6, 6

[Puppet Users] new release of puppetsurvey

2009-11-04 Thread Philip
I have released a new version of puppetsurvey on sourfeforge. Please have a look at http://puppetsurvey.sourceforge.net and let me know your feedback. Thank you Philip --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[Puppet Users] Re: New webgui to survey your puppet activities

2009-10-28 Thread Philip
f config options or a test.php file which > checks configs and suggests correct options or common mistakes. > > You will receive compliments when I get it working, seems > promising. :) > > b. > > On 26 okt., 21:42, Philip wrote: > > > Hi everybody > &g

[Puppet Users] New webgui to survey your puppet activities

2009-10-26 Thread Philip
ntact me for any feedback Greetings Philip --~--~-~--~~~---~--~~ 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 gr

[Puppet Users] Re: Nested arrays in puppet....

2009-04-07 Thread Philip Zeyliger
et in my template: <%# syntax is "/" %> <% sources.each do |source| -%> data_source <%= source.split("/")[0] %> <%= source.split("/")[1] %> <% end -%> -- Philip On Tue, Apr 7, 2009 at 3:30 AM, Craig Dunn wrote: > > > I'm trying to n

[Puppet Users] Visualizing puppet circular dependencies

2009-03-05 Thread Philip Zeyliger
;s at http://gist.github.com/74566, and also pasted below for convenience. -- Philip # Make sense of puppet circular dependency error messages. # Tags: graphviz, puppet # See output at http://i41.tinypic.com/b6yeqv.jpg $ cat circular.pp node default { exec { "/a": require => Exec["/

[Puppet Users] visualizations

2009-03-04 Thread Philip Zeyliger
nstalling puppetshow to share? Thanks, -- Philip --~--~-~--~~~---~--~~ 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