[Puppet Users] Re: Puppet Agent on Windows

2012-02-28 Thread Daniel
I'm having the same issue. I'm new to puppet and have setup a linux puppet master server. I have successfully signed the cert from the windows computer. In fact, the windows agent was able to perform the actions once but now it can't. I'm running puppet agent interactively from a command prompt

[Puppet Users] Re: Puppet Agent on Windows

2012-02-29 Thread Daniel
not seem to be related to the original error, I'll start a new discussion. Thank you for your help! On Feb 28, 5:57 pm, Josh Cooper wrote: > Hi Daniel, > > > > > > > > > > On Tue, Feb 28, 2012 at 11:58 AM, Daniel wrote: > > I'm having the same

[Puppet Users] Windows Puppet 2.7.12rc1-7-g281901e hands at end of run

2012-02-29 Thread Daniel
I just installed the latest rc 1.7 to solve another issue I had. It solved the issue, but I'm getting a different issue. I'm running it interactively from an administrator command prompt. It connects to the master puppet server, processes the configuration items then gives an error. The interes

[Puppet Users] Re: Windows Puppet 2.7.12rc1-7-g281901e hands at end of run

2012-02-29 Thread Daniel
;0755' notice: Finished catalog run in 8.24 seconds It just sits at this point w/o a command prompt until I hit control-C On Feb 29, 10:37 am, Josh Cooper wrote: > Hi Daniel, > > On Wed, Feb 29, 2012 at 7:36 AM, Daniel wrote: > > I just installed the latest rc 1.7 to s

[Puppet Users] Re: Windows Puppet 2.7.12rc1-7-g281901e hands at end of run

2012-03-01 Thread Daniel
Thank you. On Feb 29, 6:59 pm, Josh Cooper wrote: > Hi Daniel, > > > > > > > > > > On Wed, Feb 29, 2012 at 2:33 PM, Daniel wrote: > > Those items corrected the issues except that it hangs.  It copies the > > file as specified and sets all the pe

[Puppet Users] How to pass a array to define?

2010-06-20 Thread daniel
Hey, guys! These days I'm keep on setting up my puppet automation environment, but I got a problem that made me confused. I have a define to add users ,which as follows : define usermgr::add_user ($usershell='/bin/bash', $groups) { 4 5 file 6 { "/home/$title": 7 owner

[Puppet Users] Problems when puppet runs on freebsd

2010-09-14 Thread daniel
Hey guys! I have hundreds of freebsd servers to manage, so i try to deploy puppet on my servers. The version of puppet client i used is 0.25.4 , while puppetmaster uses the same version , which is a debian system. The problems i encountered are as follows: 1. when i run "puppetd -t -d " on c

[Puppet Users] Something wrong after upgraded to puppet-dashboard 1.04

2010-11-22 Thread daniel
After upgraded to puppet-dashboard 1.04, when I click links to check information of nodes or groups , such as http://localhost:3001/nodes/22, it return a "We're sorry, but something went wrong." to me. Checking the log, i got something as follows: ActionView::TemplateError (undefined method `

[Puppet Users] Supporting IE6 in Dashboard

2011-02-13 Thread daniel
board. It would be a great help if you could tell us your views on this. Regards, Daniel Pittman Would you like IE6 support in the Puppet Dashboard? * Yes, and we have no other choice. Yes, but we can use another browser. I don't care. Other: Would you like IE7 support in the Puppet

Re: [Puppet Users] Key signing only

2010-02-03 Thread Daniel
, send email to > puppet-users+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/puppet-users?hl=en. > > -- Cheers, Daniel -- You received this message because you are subscribed to the Google Groups "Puppet Users&qu

Re: [Puppet Users] Key signing only

2010-02-03 Thread Daniel
You're right. Should have spent some more minutes thinking about it. It's been a long day... On Wed, Feb 3, 2010 at 8:26 PM, Scott Smith wrote: > Daniel wrote: >> >> Why not create a class or define containing your keys and run puppetd >> only with the related ta

Re: [Puppet Users] Error 400 on SERVER: private method `gsub' called for nil:NilClass

2010-02-08 Thread Daniel
gt; and I couldn't find any answers anywhere. > > Thanks, > Eric > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To post to this group, send email to puppet-us...@googlegroups.com. > To unsub

Re: [Puppet Users] Building a better puppetrun and related ideas

2010-02-10 Thread Daniel
e > from apps that want to use the API. > > Additional ideas for stuff you would like to see? > > --Michael > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To post to this group, send email to puppet-u

Re: [Puppet Users] Building a better puppetrun and related ideas

2010-02-10 Thread Daniel
Something like "/etc/init.d/tomcat stop", "deploy", "/etc/init.d/tomcat start". It also would be great to manage services in general. Like stop/start/restart service X. On Wed, Feb 10, 2010 at 8:49 PM, Michael DeHaan wrote: > Daniel wrote: >> >>

Re: [Puppet Users] My first type/provider - does nothing...

2010-02-17 Thread Daniel
e - Extend volume (Extend size is verified) - Delete volume The only missing feature (so far) is to verify that enough space in the VG is left to actually extend the volume. -- Cheers, Daniel On Wed, Feb 17, 2010 at 6:50 PM, Marcin Owsiany wrote: > Hello, > > On Mon, Feb 15, 2010

Re: [Puppet Users] ensuring a file is copied in before evaluating another class.

2010-02-25 Thread Daniel
ot; group. > To post to this group, send email to puppet-us...@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. >

Re: [Puppet Users] ensuring a file is copied in before evaluating another class.

2010-02-26 Thread Daniel
ks! That sounds like the right way to do it! How to I ensure puppet > copies out a new puppet.conf with the changes before evaluating the class > that uses 'case "$customfact"'? > > Cheers, > > -- Greg > > Daniel wrote: >> >> Don't dist

[Puppet Users] Terrible exported resources performance

2013-01-21 Thread Daniel
tdb-1.0.5-1.el5 Passenger config: PassengerHighPerformance on PassengerMaxPoolSize 12 PassengerPoolIdleTime 1500 PassengerMaxRequests 1000 PassengerStatThrottleRate 120 Regards, Daniel -- You received this message because you are subscribed to the Google Groups "Puppet Users" gro

[Puppet Users] Re: Terrible exported resources performance

2013-01-22 Thread Daniel
On Monday, January 21, 2013 1:05:26 PM UTC, Daniel wrote: > > In the larger env it takes about 70 minutes, if it manages to finish at >> all. Initially, as a "quick" test, I was running puppetdb without postgres >> and had to give it 5GB to get it to finish at

Re: [Puppet Users] Re: Terrible exported resources performance

2013-01-23 Thread Daniel
This is now reported here: http://projects.puppetlabs.com/issues/18804 -- 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/-/ZpyFiFkYjawJ. To post to this group,

Re: [Puppet Users] Re: Terrible exported resources performance

2013-01-24 Thread Daniel
Seems that chaining exported resources might not be too efficient and produces lots of data that could be the reason for puppetdb crashing. The culprits being these two lines in two manifest files: ./nsca/server.pp: #File <<| tag == $get_tag |>> -> Nagios_host <<| tag == $get_tag |>> ./nrpe/se

Re: [Puppet Users] Re: Terrible exported resources performance

2013-01-25 Thread Daniel
On Thursday, January 24, 2013 2:41:53 PM UTC, jcbollinger wrote: > > On Thursday, January 24, 2013 5:24:58 AM UTC-6, Daniel wrote: >> >> Seems that chaining exported resources might not be too efficient and >> produces lots of data that could be the reason for pupp

Re: [Puppet Users] Puppet catalog transfer often gets truncated (Could not intern from pson: error)

2014-07-15 Thread Daniel
I am also getting this problem. Did running the puppet master within Apache/Passenger or nginx/Passenger help at all? I was thinking it could be to do with a non ascii character making its way into my code somewhere as that seems to cause dodgy stuff but that's not it. I've seen lots of suggest

[Puppet Users] Re: yumrepo is missing name attribute in repo files using puppet-0.24.8-4.el5

2015-05-20 Thread Daniel
Yep, use descr => 'blah' instead of name => 'blah' On Friday, 4 December 2009 18:50:31 UTC, Bryan Schneiders wrote: > > I'm using puppet-0.24.8-4.el5 on CentOS 5.4. > > My problem is yumrepo isn't writing the "name=" field to the > repository files which causes yum to complain with the error:

Re: [Puppet Users] ignoring a service that doesn't exist

2012-01-17 Thread Daniel Pittman
would I say "if it's there, disable it, if not, ignore it" in puppet DSL? exec { "damn!": … } Sadly, there isn't any way to express this in the DSL. I suspect there might be a feature request already, but I can't find one, so can you file one? This seems like a u

Re: [Puppet Users] more fun and games...(exported resources)

2012-01-18 Thread Daniel Pittman
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.googl

Re: [Puppet Users] scaling projections for dashboard database?

2012-01-24 Thread Daniel Pittman
On Tue, Jan 24, 2012 at 14:55, Jo Rhett wrote: > Sorry for the long delay, had my head down on some other issues. Reply > below. > > On Jan 10, 2012, at 10:55 AM, Daniel Pittman wrote: > >> Yes.  It sounds like the current storage of reports isn't going to >> wo

Re: [Puppet Users] My ENC won't work, YAML is valid AFAIK

2012-01-25 Thread Daniel Pittman
s" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/puppet-users/-/VChRtFes9wEJ. > 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] My ENC won't work, YAML is valid AFAIK

2012-01-25 Thread Daniel Pittman
exec ENC protocol to support that. I would take a patch, but if you just want to file a feature request we will look to this when we next touch that protocol. (Which is probably not that far off, for unrelated reasons.) -- Daniel Pittman ⎋ Puppet Labs Developer – http://puppetlabs.com ♲ Made

Re: [Puppet Users] Re: Is it possible to conditionally replace a file ?

2012-01-26 Thread Daniel Pittman
d by puppet. A recursive file resource is "less specific" than a file resource managing an individual file. If you install those two configuration files with `file { ".../no_replace1.cfg": ensure => present, ... }`, Puppet will put them in place if they are missing, but oth

Re: [Puppet Users] Now that we have puppet node install....

2012-01-26 Thread Daniel Pittman
ould suggest, instead, that you either use the OS packages we produce, or roll your own deb or RPM package that you can easily enough track trunk with. -- Daniel Pittman ⎋ Puppet Labs Developer – http://puppetlabs.com ♲ Made with 100 percent post-consumer electrons -- You received this messag

Re: [Puppet Users] arrays after upgrade to 2.7 and ['A','B'] compared to 'A B'?

2012-01-26 Thread Daniel Pittman
; everything is rhel6 defaults so ruby 1.8.7 and facter 1.6.5 Hrm. Looks like that might be a bug. Can you file tickets reflecting the different issues you are hitting? -- Daniel Pittman ⎋ Puppet Labs Developer – http://puppetlabs.com ♲ Made with 100 percent post-consumer electrons -- You recei

Re: [Puppet Users] Unable to install Puppet Enterprise v2.0.0 for RHEL 5-x86_64

2012-01-26 Thread Daniel Pittman
On Thu, Jan 12, 2012 at 10:05, Ramesh Kumar wrote: > Unable to install Puppet Enterprise v2.0.0 for RHEL 5-x86_64. You are likely to get better responses over on the PE users mailing list: https://groups.google.com/forum/#!forum/puppet-users -- Daniel Pittman ⎋ Puppet Labs Developer – h

Re: [Puppet Users] Problem with not installing package, exec do an error

2012-01-26 Thread Daniel Pittman
. At a guess, the `sudo` in the exec is not going to help, but since the agent runs as root you shouldn't have a problem. So, can you try running the `apt-get install libmemcached-dev` package by hand and see what the output is? Paste it into this thread if you can't figure it out direct

Re: [Puppet Users] Password not changing during polling event but does using puppetd -vt

2012-01-26 Thread Daniel Pittman
ing replaced. > > Is this expected behaviour that I don't know about? Nope. > Is there a way to put a client puppetd process into debug and > trace so I can see the results? If you run it with `--debug` and `--trace` as a daemon, those log messages will go to syslog like everythin

Re: [Puppet Users] Set hourly of execution with service puppet

2012-01-26 Thread Daniel Pittman
m/references/stable/configuration.html You can find the appropriate setting, and the rest of our configuration, documented in there. (You want the `runinterval` setting this time. :) -- Daniel Pittman ⎋ Puppet Labs Developer – http://puppetlabs.com ♲ Made with 100 percent post-consumer electrons -- You re

Re: [Puppet Users] Anyone know a good tool for 'watching' configurations?

2012-01-26 Thread Daniel Pittman
f resources, rather than just "files", so you can monitor, eg, user and service resources. Beyond that, I don't know of anything that works at a higher level that "this file changed" - but I have never really invested much effort in looking. -- Daniel Pittman ⎋ Puppet L

Re: [Puppet Users] Moving to RVM Ruby 1.9 and Puppet

2012-01-26 Thread Daniel Pittman
7 being slow. -- Daniel Pittman ⎋ Puppet Labs Developer – http://puppetlabs.com ♲ 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@googlegrou

Re: [Puppet Users] Conditionally replace in file type

2012-01-26 Thread Daniel Pittman
f the file is not present, using whatever source you give, but will not touch the content of an existing file. If you are using a recursive file resource to put the rest of the content in place around this, no problem, because the more specific file resource will override the recursive one, and you

Re: [Puppet Users] Conditionally replace in file type

2012-01-30 Thread Daniel Pittman
2012/1/26 Juan José Presa Rodal : (I noted that; since this topic was followed up elsewhere I figured to repeat myself. :) > Ok Daniel, thanks for your reply, but I have not control about these > individual "noreplace" files because are $hostname dependent. Generally, what we wo

Re: [Puppet Users] Re: Is puppet right for us?

2012-01-31 Thread Daniel Pittman
.. >> >> Cheers, >> Brian >> >> P.S. - Another tool to look at, that I have *heard* good things about is >> bcfg2, but it isn't nearly as popular as the others. >> >> -- >> <http://aws.amazon.com/solutions/solution-providers/brandorr/>

Re: [Puppet Users] Catalog Service

2012-02-02 Thread Daniel Pittman
alog Service Architecture?  I couldn't >> find references to it on this list > > It's rather out of date, and we're going to update/delete that doc to make > it clear. I had a look over it, and while it lives on in the history of the wiki, it is far enough from current

Re: [Puppet Users] Exported resources and inventory service?

2012-02-03 Thread Daniel Pittman
duplicating the data at the moment. Hopefully in the Telly timeframe we can have something better, but we don't have a concrete date on the roadmap yet. -- Daniel Pittman ⎋ Puppet Labs Developer – http://puppetlabs.com ♲ Made with 100 percent post-consumer electrons -- You received this message b

Re: [Puppet Users] pip and virtualenv

2012-02-03 Thread Daniel Pittman
options we don't have a good model for this yet. Moving forward would require someone proposing a good change to the model - the package type - that would cleanly map to the required semantics of each of the various implementations of these things. -- Daniel Pittman ⎋ Puppet Labs Developer –

Re: [Puppet Users] ipv6 address facts

2012-02-03 Thread Daniel Pittman
is is not the case. > > facter-1.6.4-1.el6.noarch on rhel6. > > I'm only few days into ruby, but as I read the code, it should work as I > expect. > > Any ideas why I see what I see? Off-hand, no. Can you file a bug report, including these details, at http://projects.p

Re: [Puppet Users] Re: Exported resources and inventory service?

2012-02-06 Thread Daniel Pittman
host facts tables in the inventory > database mimic what you end up creating with stored configs? It would > be great if I could just dump the facts stuff out of the inventory db > and bootstrap the stored configs database with it so I don't have the > pain of initial populatio

Re: [Puppet Users] Researching Puppet - Local host variations

2012-02-08 Thread Daniel Pittman
al": source => "puppet:///modules/firewall/rc.firewall.${fqdn}" }` to use a per-host fact to select which configuration file you want. File even supports multiple "sources", and selecting the first one, so you can have it look for a "per host", then "per clas

Re: [Puppet Users] puppetd hanging on some nodes

2012-02-08 Thread Daniel Pittman
s+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/puppet-users?hl=en. -- Daniel Pittman ⎋ Puppet Labs Developer – http://puppetlabs.com ♲ Made with 100 percent post-consumer electrons -- You received this message because you are

Re: [Puppet Users] puppetd hanging on some nodes

2012-02-08 Thread Daniel Pittman
On Wed, Feb 8, 2012 at 14:40, Gonzalo Servat wrote: > On Thu, Feb 9, 2012 at 5:44 AM, Daniel Pittman wrote: >> RedHat released some update kernels that reintroduced a bug from the >> 2.6.13 Linux kernel.  You can run any of the code in this gist to >> check if your kerne

Re: [Puppet Users] Strange behavior by service

2012-02-08 Thread Daniel Pittman
ng else that is more tolerant or silent. 2. Have an exec that checks those kernel parameters for kdump and automatically reboots. Obviously 2 has ... some risks. :) -- Daniel Pittman ⎋ Puppet Labs Developer – http://puppetlabs.com ♲ Made with 100 percent post-consumer electrons -- You received this

Re: [Puppet Users] Strange behavior by service

2012-02-08 Thread Daniel Pittman
On Wed, Feb 8, 2012 at 16:13, Aaron Grewell wrote: > On 02/08/2012 04:11 PM, Daniel Pittman wrote: >> You can't: if you tell Puppet to ensure the service is running, it >> will try to start it every time it finds it "out of compliance". > > Look at the code.

Re: [Puppet Users] Using LDAP with puppet

2012-02-09 Thread Daniel Bahena
Sorry to ask but, what's ECN? Best regards, -- Kwame On Jan 26, 2012 11:45 AM, "Matt Ackerman" wrote: > Does anyone have experience using LDAP as the ENC at medium to large > scale? We have around 600 nodes but will quickly grow that to 2000 or so in > short order. > > If so, is it working well?

Re: [Puppet Users] Re: Strange behavior by service

2012-02-09 Thread Daniel Pittman
we have a default of `ensure => true` for anything that doesn't explicitly mention the value. For a service that is the equivalent of `ensure => running`, which would explain the behaviour you saw. For most types that is the right thing to do, if the user is trying to manage something

Re: [Puppet Users] Cache for the local system while offline

2012-02-09 Thread Daniel Pittman
seful for testing new configurations, where you want to fix the broken configuration rather than reverting to a known-good one. That should also apply when you can't communicate with the master. -- Daniel Pittman ⎋ Puppet Labs Developer – http://puppetlabs.com ♲ Made with 100 percent post-consumer e

Re: [Puppet Users] How to add Node Description as extra column in table overview

2012-02-09 Thread Daniel Pittman
You could obviously patch Dashboard, which wouldn't be impossibly hard, but it isn't in by default. You could also file a feature request asking that it be added, which helps let the folks working on that product know what you care about. -- Daniel Pittman ⎋ Puppet Labs Develope

[Puppet Users] Removing the ability to serve symlinks as symlinks from the master...

2012-02-13 Thread Daniel Pittman
ny other "meta issue" around how we are managing this. This is, obviously, a new way to try and figure out what we should do, and we want to make sure that we catch any problems with it early. Thanks. -- Daniel Pittman ⎋ Puppet Labs Developer – http://puppetlabs.com ♲ Made with 100 percent

Re: [Puppet Users] puppetd hanging on some nodes

2012-02-14 Thread Daniel Pittman
to more aggressive debugging. Would you be comfortable doing some hacking / patching of the code to narrow this down, and/or installing some development tools on one of the nodes that triggers the hang? -- Daniel Pittman ⎋ Puppet Labs Developer – http://puppetlabs.com ♲ Made with 100 percent post-consume

Re: [Puppet Users] Yaml server facts, weird message: "id00"

2012-02-14 Thread Daniel Pittman
) information appears. That, though, could be a problem. Are you saying that when you use mcollective it sees `&id001` as the value of that fact? Can you show how you are invoking mcollective, and a demonstration of the output around the problem? Also, which versions of Ruby, and MCollect

Re: [Puppet Users] puppetd hanging on some nodes

2012-02-14 Thread Daniel Pittman
On Tue, Feb 14, 2012 at 16:28, Gonzalo Servat wrote: > On Wed, Feb 15, 2012 at 11:02 AM, Daniel Pittman > wrote: >> >> Sorry for not getting back to this sooner.  If you are running 2.7.10, >> can you try removing the file >> `puppet/util/instrumentation/listene

Re: [Puppet Users] Undocumented feature: puppet --noop

2012-02-15 Thread Daniel Pittman
the contributing link, but is done by creating a RedMine account at https://projects.puppetlabs.com/ and then hitting the URL https://projects.puppetlabs.com/contributor_licenses/sign to read and sign. It would be awesome if you could submit this as a pull request, but without that it would be

Re: [Puppet Users] Yaml server facts, weird message: "id00"

2012-02-15 Thread Daniel Pittman
gt; "client" server: > puppet: 2.7.10-1 > ruby: 1.8.7.352-4 > RHEL: 6 > > Thank you! > > > -Original Message- From: Daniel Pittman > Sent: Tuesday, February 14, 2012 5:06 PM > To: puppet-users@googlegroups.com > Subject: Re: [Puppet Users] Yaml serve

Re: [Puppet Users] Re: Removing the ability to serve symlinks as symlinks from the master...

2012-02-15 Thread Daniel Pittman
On Tue, Feb 14, 2012 at 06:54, jcbollinger wrote: > On Feb 13, 4:58 pm, Daniel Pittman wrote: >> >> We recently found some issues with the `links => follow` setting in >> recursive file copying; the designed behaviour is that it should allow >> you to determine if

Re: [Puppet Users] Yaml server facts, weird message: "id00"

2012-02-15 Thread Daniel Pittman
because of exactly this. Sadly, yeah, a change to the underlying implementation presumably led to this greater degree of sharing, which is fine - as long as everyone else uses a full YAML stack to read it. :) > Thank you so much for your help! No worries. -- Daniel Pittman ⎋ P

Re: [Puppet Users] Cache for the local system while offline

2012-02-15 Thread Daniel Pittman
On Wed, Feb 15, 2012 at 17:26, Khoury Brazil wrote: > On Thu, Feb 9, 2012 at 1:09 PM, Daniel Pittman wrote: >> >> On Thu, Feb 9, 2012 at 06:12, mukulm wrote: >> > >> > I want to cache the updates for the users system received from the >> > server so th

Re: [Puppet Users] Puppet Beginners: New list suggestion?

2012-04-03 Thread Daniel Pittman
nswers either. I would absolutely support getting a new StackExchange site for configuration management or something going. What it really needs is someone to drive that forward - you can't just ask for one, it needs a community. -- Daniel Pittman ⎋ Puppet Labs Developer – http://puppetlabs.co

Re: [Puppet Users] Supported Ruby Versions for Telly

2012-04-15 Thread Daniel Pittman
urce build rather than with an > RPM. > > Please tell me if I understand the versioning requirements: >    I need ruby 1.8.7 or 1.9.3 on the machine acting as Puppet Master. >    The clients/agents can use ruby 1.8.5 for now. That is spot-on. -- Daniel Pittman ⎋ Puppet Labs Developer –

Re: [Puppet Users] Puppet 3.0 and Hiera

2012-05-04 Thread Daniel Pittman
gt; default that should be heira, but in case someone wants something else, I > think we should allow that? The implementation of the automatic lookup is through an indirection and terminus - so you can (theoretically) run with `none` as the back-end, and you can supply your own Ruby code that impl

[Puppet Users] Puppet Sites. Your thoughts?

2012-05-10 Thread Daniel Sauble
uppet.conf files on each node in your population - ...so that agent/master/CA configuration stays consistent across your deployment - ...so that you can update your config and fetch a new catalog in a single operation. Thanks in advance for the feedback! - Danie

Re: [Puppet Users] Puppet Sites. Your thoughts?

2012-05-10 Thread Daniel Sauble
On Thursday, May 10, 2012 9:53:15 AM UTC-7, Kelsey Hightower wrote: > > On Thu, May 10, 2012 at 12:44 PM, Daniel Sauble > wrote: > >> Hey all, >> >> I've been designing a new feature for Puppet, and wanted to get some >> kick-back from the community

Re: [Puppet Users] Puppet Sites. Your thoughts?

2012-05-10 Thread Daniel Sauble
On Thursday, May 10, 2012 9:53:28 AM UTC-7, Romeo Theriault wrote: > > On Thu, May 10, 2012 at 6:44 AM, Daniel Sauble > wrote: > > Hey all, > > > > I've been designing a new feature for Puppet, and wanted to get some > > kick-back from the community to

[Puppet Users] Re: Puppet Sites. Your thoughts?

2012-05-10 Thread Daniel Sauble
On Thursday, May 10, 2012 10:39:22 AM UTC-7, windowsrefund wrote: > > > On May 10, 12:44 pm, Daniel Sauble wrote: > > > >- Securely add nodes to your deployment without manually signing > >certificates on the CA... > > - ...so that you can h

Re: [Puppet Users] Re: Puppet Sites. Your thoughts?

2012-05-10 Thread Daniel Sauble
On Thursday, May 10, 2012 11:37:34 AM UTC-7, ohad wrote: > > > > On Thu, May 10, 2012 at 9:34 PM, Daniel Sauble wrote: > >> On Thursday, May 10, 2012 10:39:22 AM UTC-7, windowsrefund wrote: >>> >>> >>> On May 10, 12:44 pm, Daniel Sauble wrot

[Puppet Users] Re: Puppet Sites. Your thoughts?

2012-05-11 Thread Daniel Sauble
On Thursday, May 10, 2012 3:05:38 PM UTC-7, jcbollinger wrote: > > > > On May 10, 2:04 pm, Daniel Sauble wrote: > > On Thursday, May 10, 2012 11:37:34 AM UTC-7, ohad wrote: > > > > > On Thu, May 10, 2012 at 9:34 PM, Daniel Sauble < > djsau...@puppetl

[Puppet Users] Re: Puppet Sites. Your thoughts?

2012-05-11 Thread Daniel Sauble
On Friday, May 11, 2012 5:56:10 AM UTC-7, Marc Zampetti wrote: > > Does this require that a human being has to be in the loop every time a > node joins the site? How would one automate 100% the provisioning of new > hosts? With the current system, I can turn on auto-sign and have some > simple r

Re: [Puppet Users] Puppetmaster with apache/passenger on SL6

2012-05-13 Thread Daniel Sung
That's most likely your problem. Make sure to chkconfig off the puppetmaster service if you're using httpd. Regards, Daniel On 13 May 2012, at 14:00, Denmat wrote: > Hi, > > Have you still got your puppetmaster service running? Don't need that running > whe

[Puppet Users] problem with importing node definitions (2.7.14) [SEC=UNCLASSIFIED]

2012-05-14 Thread Daniel Dekok
issing something. All the modules actually used are also correct as far as I can see. Is there a way I can check or prove if those files are even being parsed by puppet? running my puppetmaster with debug doesn't seem to trigger anything useful. Regards, Daniel -- You received this messa

[Puppet Users] Re: Puppet Sites. Your thoughts?

2012-05-14 Thread Daniel Sauble
On Saturday, May 12, 2012 6:14:06 AM UTC-7, Timothy Sutton wrote: > > Just concerning this PSK aspect of Sites, would this also be a similar > alternative to using a shared cert (or set of certs) in tandem with the > node_name_value or node_name_fact, as was recently suggested by Gary in > thi

RE: [Puppet Users] problem with importing node definitions (2.7.14) [SEC=UNCLASSIFIED]

2012-05-14 Thread Daniel Dekok
S:puppet, DNS:puppet.bom.gov.au) Thanks, Daniel From: puppet-users@googlegroups.com [puppet-users@googlegroups.com] On Behalf Of Dan White [y...@comcast.net] Sent: Tuesday, May 15, 2012 9:53 AM To: puppet-users@googlegroups.com Subject: Re: [Puppet Users] problem with import

RE: [Puppet Users] problem with importing node definitions (2.7.14) [SEC=UNCLASSIFIED]

2012-05-15 Thread Daniel Dekok
it had the same name as a module, so It may have been confused between that directive and the autoloader? I ended up chaging the nodes directory and import to "gfedevws-nodes/*.pp" and viola, its being imported, and parsing the node definition correctly. Somewhat obscure, but happy i

[Puppet Users] Re: [Puppet-dev] Re: Taking github noise away from puppet-dev list

2012-05-16 Thread Daniel Pittman
because you are subscribed to the Google Groups > "Puppet Developers" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/puppet-dev/-/6zO7qOk7lgMJ. > > To post to this group, send email to puppet-...@googlegroups.com. > To unsubs

Re: [Puppet Users] Re: Puppet Sites. Your thoughts?

2012-05-18 Thread Daniel Sauble
On Friday, May 18, 2012 6:58:37 AM UTC-7, seanmil wrote: > > On Fri, 2012-05-11 at 09:39 -0700, Daniel Sauble wrote: > > Another problem is that if you move services around, you have to > > update puppet.conf on all nodes that use that service. For example, if > > you

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

2012-05-21 Thread Daniel Pittman
better than the current MySQL and SQLite ActiveRecord backed engines. That makes it reasonable for most deployments without an external database, even if it is not as much of a performance win. -- Daniel Pittman ⎋ Puppet Labs Developer – http://puppetlabs.com ♲ Made with 100 percent post-consume

Re: [Puppet Users] Announce: Puppet 3.0.0rc1 Available

2012-05-22 Thread Daniel Pittman
agent to change the node terminus from REST to something else (eg: plain or so) in order to avoid that check. That would bypass the specific issue, although we make absolutely no assurance that anything else will work correctly either. -- Daniel Pittman ⎋ Puppet Labs Developer – http://puppetlabs.com ♲

Re: [Puppet Users] Re: Announce: Puppet 3.0.0rc1 Available

2012-05-29 Thread Daniel Pittman
do anything that `puppet agent` can do, without needing a central master. That means that anywhere puppet *apply* is installed requires Hiera - and that is part of the same package that includes the Puppet agent. -- Daniel Pittman ⎋ Puppet Labs Developer – http://puppetlabs.com ♲ Made with 100 perc

Re: [Puppet Users] UX/UI of puppet help when face actions have unmet dependencies

2012-06-28 Thread Daniel Pittman
r highlights through the text - see the module tool for examples. I think you should treat faces with some actions that failed separately. Perhaps call them out in this display, perhaps not, but certainly treat them in the `puppet help node` style output as "available actions" vs &

Re: [Puppet Users] UX/UI of puppet help when face actions have unmet dependencies

2012-06-29 Thread Daniel Pittman
On Fri, Jun 29, 2012 at 9:11 AM, Randall Hansen wrote: > On Thu, Jun 28, 2012 at 8:00 PM, Daniel Pittman wrote: > >> No, mentioning STDERR is terrible UX, even if I know what it means. :) >> >> I think a better approach would be to capture the error and report it >>

Re: [Puppet Users] Puppet Caching Problem

2011-06-20 Thread Daniel Pittman
ter* for this to be fixed; a 2.6.4 client will work fine.) Daniel -- ⎋ Puppet Labs Developer – http://puppetlabs.com ✉ Daniel Pittman ✆ Contact me via gtalk, email, or phone: +1 (877) 575-9775 ♲ Made with 100 percent post-consumer electrons -- You received this message because you are sub

Re: [Puppet Users] confused about file ensure/require

2011-06-21 Thread Daniel Piddock
On 21/06/11 17:03, Craig White wrote: > On Jun 20, 2011, at 3:54 PM, Ken Barber wrote: > >> It does seem like its not being included :-) ... >> >> What does: >> >> echo "# foo" >> /etc/ntp.conf >> puppet apply -d -e 'include ntp' >> >> Do? > > seems so basic - output at bottom > > I have gone

Re: [Puppet Users] Re: ANNOUNCE: Puppet 2.7.0 Released

2011-06-22 Thread Daniel Pittman
tters on the Puppet Master, so even if it hadn't, running a 2.7 master with 2.6 clients would have fixed the bug. :) Daniel -- ⎋ Puppet Labs Developer – http://puppetlabs.com ✉ Daniel Pittman ✆ Contact me via gtalk, email, or phone: +1 (877) 575-9775 ♲ Made with 100 percent post-consumer elect

Re: [Puppet Users] apache vhosts include files

2011-06-23 Thread Daniel Pittman
tion. If your file is just static text, this should work: <%= File.open('/path/to/file').read %> If it has actual ERB content, life is more difficult. As an alternative, some folks use one of the various 'concat' file modules, like the one by R.I.Pienaar, or the p

Re: [Puppet Users] Re: Make puppet automatically recognize new files in nodes directory?

2011-06-23 Thread Daniel Pittman
and watch those files for changes. So, I think this is the only present solution for the issue; you might want to find the existing bug (which I bet there is, but file a new one if you can't turn it up) and add your voice to those asking that it get fixed. :) Regards, Daniel On Thu, J

[Puppet Users] implementing a 1-to-many exported resource only once ?

2011-06-24 Thread Daniel Maher
d do it rather simply from class "syslog::server" (for example), but I'd like it to be dynamic - I'd like other modules to be able to trigger the addition of a given configuration snippet in the syslog config of node "infra". Can this be done ? Is this realisti

Re: [Puppet Users] Re: howto trigger action on another client

2011-06-24 Thread Daniel Maher
with puppet I have not stumbled across exported resources. Any pointer where I should start reading? Exported resources are great fun. :) http://docs.puppetlabs.com/guides/exported_resources.html http://projects.puppetlabs.com/projects/1/wiki/Using_Stored_Configuration -- Daniel Maher « makin'

Re: [Puppet Users] Turn off client autoupdate

2011-06-24 Thread Daniel Maher
happy with the result. Implementing Puppet Commander[1] in order to manage the trigger events was about as straightforward as it gets ! [1] http://projects.puppetlabs.com/projects/mcollective-plugins/wiki/ToolPuppetcommander -- Daniel Maher « makin' plans now to live on Mars 'cuz

Re: [Puppet Users] Custom facts - chicken or the egg

2011-06-25 Thread Daniel Pittman
x27;t* be that easy to break. ;) (Facter does run at the outset of any activity, and again after pluginsync, as Nigel notes. :) Daniel -- ⎋ Puppet Labs Developer – http://puppetlabs.com ✉ Daniel Pittman ✆ Contact me via gtalk, email, or phone: +1 (877) 575-9775 ♲ Made with 100 percent post-cons

Re: [Puppet Users] Re: Different users within same exec

2011-06-25 Thread Daniel Pittman
ugh I absolutely believe you when you say that you do. It would be very helpful, so, if you could explain what the root cause of that need is. :) Daniel On Sat, Jun 25, 2011 at 06:54, ssk1287 wrote: > That is exactly what I ended up using. Isn't there a more "puppetty" > way of

Re: [Puppet Users] Re: Different users within same exec

2011-06-26 Thread Daniel Pittman
request would be the next logic step here, so that we capture your needs. Until then, you are kind of stuck with something like using 'su' to change UID in one of the commands. Daniel On Sun, Jun 26, 2011 at 11:01, ssk1287 wrote: > Consider the following scenario. > >

Re: [Puppet Users] Re: gentoo linux and puppet

2011-06-27 Thread Daniel Pittman
> might revert the master and all clients back to an older version for > the time being. YMMV. I trust you filed bugs about those, so we can fix 'em. ;) daniel > > On Jun 22, 11:19 am, Peter Berghold wrote: >> Hi folks, >> >> I am building a server using Gentoo L

Re: [Puppet Users] FIPS 140-2 compliance

2011-06-28 Thread Daniel Pittman
is an absolute requirement for y'all to use Puppet on your systems? Regards, Daniel -- ⎋ Puppet Labs Developer – http://puppetlabs.com ✉ Daniel Pittman ✆ Contact me via gtalk, email, or phone: +1 (877) 575-9775 ♲ Made with 100 percent post-consumer electrons -- You received this

Re: [Puppet Users] Deployed but unmanaged file

2011-06-29 Thread Daniel Piddock
On 29/06/11 16:34, Craig White wrote: > This seems to work but it does seem perilous and ugly. A meta description of > what I am trying to do is: > - install firebird sql server > - replace the 'security' file with a known file > - restart the firebird service > > I'm not going to include firebird

  1   2   3   4   5   6   7   8   >