Re: [Puppet Users] deliberately causing template failure?

2011-09-21 Thread Daniel Pittman
On Wed, Sep 21, 2011 at 12:00, Christopher Wood christopher_w...@pobox.com wrote: How do I cause template failure in the erb ruby? I'd like the same kind of failure as for a template syntax issue, where puppet keeps going. I know I can use exit in a template, but I haven't yet tested if that

Re: [Puppet Users] Package provider for gentoo?

2011-09-07 Thread Daniel Pittman
On Tue, Sep 6, 2011 at 20:00, Matthew Marlowe m...@professionalsysadmin.com wrote: This comes down to the package provider depending on eix, which is presumably some sort of interface to portage that isn't standard; fixing the provider should fix the problem there.  That pretty much depends on

Re: [Puppet Users] Package provider for gentoo?

2011-09-06 Thread Daniel Pittman
On Tue, Sep 6, 2011 at 13:26, Matthew Marlowe m...@professionalsysadmin.com wrote: Puppet works great on gentoo with the following caveats: - Puppet conceptually uses a binary package paradigm, and one needs to work around that.  It would be nice if we could extend puppet for gentoo to make

Re: [Puppet Users] Re: howto make file resource purge option aware of other puppet resources managed files

2011-08-30 Thread Daniel Pittman
Oh, dear. Yes, John has it. :/ This is definitely a bug, and something we should fix. Can you file a ticket with the details, so that we don't lose track of this? Daniel On Tue, Aug 30, 2011 at 06:26, jcbollinger john.bollin...@stjude.org wrote: You put your finger on it when you wrote It

Re: [Puppet Users] Some beginner's questions...

2011-08-30 Thread Daniel Pittman
On Tue, Aug 30, 2011 at 00:43, Francis GALIEGUE f...@one2team.com wrote: On Mon, Aug 29, 2011 at 19:36, Daniel Pittman dan...@puppetlabs.com wrote: On Mon, Aug 29, 2011 at 00:51, Martin Alfke tux...@gmail.com wrote: On 08/29/2011 09:10 AM, Francis GALIEGUE wrote: First, we want to use push

Re: [Puppet Users] howto make file resource purge option aware of other puppet resources managed files

2011-08-29 Thread Daniel Pittman
On Mon, Aug 29, 2011 at 07:43, piavlo lolitus...@gmail.com wrote: puppet file resources has an purge option - which will purge files in the directory which are not managed by this specific file resource. It will purge files managed by other puppet resources in the same directory. What i need

Re: [Puppet Users] Some beginner's questions...

2011-08-29 Thread Daniel Pittman
On Mon, Aug 29, 2011 at 00:51, Martin Alfke tux...@gmail.com wrote: On 08/29/2011 09:10 AM, Francis GALIEGUE wrote: First, we want to use push from the server, not pull from the clients: is that feasible? Yes, that is possible. The client has to run in listen mode. On the master you use

Re: [Puppet Users] Allow node to request a class/module?

2011-08-23 Thread Daniel Pittman
On Tue, Aug 23, 2011 at 07:26, jblaine cjbla...@gmail.com wrote: We have a need for nodes to specify a class to be included in their catalog. What's the best (?) way to do this?  Best I can tell, we'd have to customize the Facter facts reported by the node to the master. You got it in one:

Re: [Puppet Users] Service resource throws error for ups but service starts

2011-08-12 Thread Daniel Pittman
On Fri, Aug 12, 2011 at 13:55, treydock treyd...@gmail.com wrote: I have a puppet module to manage Network UPS Tools, but am having trouble getting Puppet to be able to start the ups service without error.  What's strange is the service starts just fine, but Puppet returns an error. I do

Re: [Puppet Users] fighting packaging

2011-08-12 Thread Daniel Pittman
You should file a bug report against the package with Debian; we set the noninteractive, and the force yes, bits that absolutely *should* make it work fine in these circumstances. I am sorry that it doesn't work; if you find something we didn't do, that makes the prompt go away, please let us

Re: [Puppet Users] Re: fighting packaging

2011-08-12 Thread Daniel Pittman
lolitus...@gmail.com wrote:  Daniel,  Is it safe to use force yes in debian package provider or is it better to just fail? So afaiu debian provider uses apt-get and not aptitude? On Aug 12, 9:22 pm, Daniel Pittman dan...@puppetlabs.com wrote: You should file a bug report against the package

Re: [Puppet Users] Custom manifest

2011-08-11 Thread Daniel Pittman
Scott is right, but if you really wanted to do it the hard way, two choices: One, use an `exec` resource that just runs those commands on the client. Which pretty much sucks, FWIW, but not quite as much if you use the `unless` and `notify` metaparameters for `exec`. Two, you can use something

Re: [Puppet Users] Creating manifests automatically from an existing configuration?

2011-08-11 Thread Daniel Pittman
On Thu, Aug 11, 2011 at 16:05, Spiral Syzygy spiralena...@gmail.com wrote: I'm new to puppet and I would like to use it to clone the configuration of an existing base machine. Are there any tools that would allow puppet to scan the existing machine's state and generate manifests I can then

Re: [Puppet Users] generate function

2011-08-10 Thread Daniel Pittman
On Wed, Aug 10, 2011 at 16:40, Craig White craig.wh...@ttiltd.com wrote: Seems I don't quite understand how it's supposed to work At the moment, I have it inside a 'file' resource content = generate(/etc/puppet/scripts/ldap-add-host.sh $fqdn admins_all),

Re: [Puppet Users] generate function

2011-08-10 Thread Daniel Pittman
On Wed, Aug 10, 2011 at 17:56, Craig White craig.wh...@ttiltd.com wrote: On Aug 10, 2011, at 9:52 AM, Daniel Pittman wrote: On Wed, Aug 10, 2011 at 16:40, Craig White craig.wh...@ttiltd.com wrote: Seems I don't quite understand how it's supposed to work At the moment, I have it inside a 'file

Re: [Puppet Users] generate function

2011-08-10 Thread Daniel Pittman
On Wed, Aug 10, 2011 at 18:31, Craig White craig.wh...@ttiltd.com wrote: On Aug 10, 2011, at 11:14 AM, Daniel Pittman wrote: On Wed, Aug 10, 2011 at 17:56, Craig White craig.wh...@ttiltd.com wrote: On Aug 10, 2011, at 9:52 AM, Daniel Pittman wrote: On Wed, Aug 10, 2011 at 16:40, Craig White

Re: [Puppet Users] Help with retrieving a user's environment variable

2011-08-09 Thread Daniel Pittman
On Tue, Aug 9, 2011 at 06:02, Matthias Saou th...@spam.spam.spam.spam.spam.spam.spam.egg.and.spam.freshrpms.net wrote: Corey Osman wrote : I need to get the environment variable ORACLE_SID from the OS.  I know this can be done with the following: $blah = env(PATH) However, the ORACLE_SID

Re: [Puppet Users] Temporary requirements

2011-08-01 Thread Daniel Pittman
Yup. This is totally the right way to do that. If you don't want to, I would suggest that you compile once, tar up the content, and just untar it on the machine. If you really, really want to go through installing the compiler, building, then removing it, you can: write your script to use apt

Re: [Puppet Users] tolower()??

2011-07-21 Thread Daniel Pittman
On Thu, Jul 21, 2011 at 13:43, Jacob Helwig ja...@puppetlabs.com wrote: On Thu, 21 Jul 2011 16:31:39 -0400, Nan Liu wrote: On Thu, Jul 21, 2011 at 4:10 PM, David Kavanagh dkavan...@gmail.com wrote: I need to convert a value from facter to lower case for inclusion in a path. Is there a

Re: [Puppet Users] FIPS 140-2 compliance

2011-06-30 Thread Daniel Pittman
for sending those references. They make it much easier to make my case. Daniel -- ⎋ Puppet Labs Developer – http://puppetlabs.com ✉ Daniel Pittman dan...@puppetlabs.com ✆ Contact me via gtalk, email, or phone: +1 (877) 575-9775 ♲ Made with 100 percent post-consumer electrons -- You received

Re: [Puppet Users] FIPS 140-2 compliance

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

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

2011-06-27 Thread Daniel Pittman
://groups.google.com/group/puppet-users?hl=en. -- ⎋ Puppet Labs Developer – http://puppetlabs.com ✉ Daniel Pittman dan...@puppetlabs.com ✆ 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 subscribed

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

2011-06-26 Thread Daniel Pittman
the previous run so as to have a fresh start. Since FOLDER 1 is owned by root, I need to run COMMAND 2 as a root user but my COMMAND 1 is run by USER 1. On Jun 25, 1:56 pm, Daniel Pittman dan...@puppetlabs.com wrote: Nope.  If you feel strongly that there should be, you can drop in a feature request

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

2011-06-25 Thread Daniel Pittman
. ;) (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 dan...@puppetlabs.com ✆ Contact me via gtalk, email, or phone: +1 (877) 575-9775 ♲ Made with 100 percent post-consumer

Re: [Puppet Users] apache vhosts include files

2011-06-23 Thread Daniel Pittman
– http://puppetlabs.com ✉ Daniel Pittman dan...@puppetlabs.com ✆ 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 subscribed to the Google Groups Puppet Users group. To post to this group, send email

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

2011-06-23 Thread Daniel Pittman
. 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. -- ⎋ Puppet Labs Developer – http://puppetlabs.com ✉ Daniel Pittman dan...@puppetlabs.com ✆ Contact me via

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

2011-06-22 Thread Daniel Pittman
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 dan...@puppetlabs.com ✆ Contact me via gtalk, email, or phone: +1 (877) 575-9775 ♲ Made with 100 percent post-consumer

Re: [Puppet Users] Puppet Caching Problem

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

Re: [Puppet Users] Re: how to do conditional check?

2011-06-13 Thread Daniel Pittman
for every file I need to check becomes tedious and hard to maintain (we do this in quite a few places). It does have the advantage that it would work, though, where this pattern totally *can't*. :) Regards, Daniel -- ⎋ Puppet Labs Developer – http://puppetlabs.com ✉ Daniel Pittman dan

Re: [Puppet Users] two possibilities for declaring resources with hashes [was: Virtual resources and hashes]

2011-06-13 Thread Daniel Pittman
://groups.google.com/group/puppet-users?hl=en. -- ⎋ Puppet Labs Developer – http://puppetlabs.com ✉ Daniel Pittman dan...@puppetlabs.com ✆ 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 subscribed

Re: [Puppet Users] Exported resources for DNS and DHCP

2011-06-09 Thread Daniel Pittman
://puppetlabs.com ✉ Daniel Pittman dan...@puppetlabs.com ✆ 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 subscribed to the Google Groups Puppet Users group. To post to this group, send email to puppet-users

Re: [Puppet Users] Re: ipaddress returned by facter

2011-05-31 Thread Daniel Pittman
, by putting a custom fact in place to override the shipped version. :) Daniel -- ⎋ Puppet Labs Developer – http://puppetlabs.com ✉ Daniel Pittman dan...@puppetlabs.com ✆ Contact me via gtalk, email, or phone: +1 (877) 575-9775 ♲ Made with 100 percent post-consumer electrons -- You received

Re: [Puppet Users] uploading files via REST?

2011-05-31 Thread Daniel Pittman
the target checksum already exists, so please try not to lie about it. ;) Daniel -- ⎋ Puppet Labs Developer – http://puppetlabs.com ✉ Daniel Pittman dan...@puppetlabs.com ✆ Contact me via gtalk, email, or phone: +1 (877) 575-9775 ♲ Made with 100 percent post-consumer electrons -- You received

Re: [Puppet Users] High CPU usage puppet 2.6.6

2011-05-31 Thread Daniel Pittman
should such a dramatic jump in most cases. Can you quantify the performance differences further? Daniel -- ⎋ Puppet Labs Developer – http://puppetlabs.com ✉ Daniel Pittman dan...@puppetlabs.com ✆ Contact me via gtalk, email, or phone: +1 (877) 575-9775 ♲ Made with 100 percent post-consumer electrons

Re: [Puppet Users] know what the master is currently doing

2011-05-31 Thread Daniel Pittman
that this can be extracted one way or another. :) Daniel -- ⎋ Puppet Labs Developer – http://puppetlabs.com ✉ Daniel Pittman dan...@puppetlabs.com ✆ Contact me via gtalk, email, or phone: +1 (877) 575-9775 ♲ Made with 100 percent post-consumer electrons -- You received this message because you

Re: [Puppet Users] Re: ipaddress returned by facter

2011-05-31 Thread Daniel Pittman
to ignore this issue for the moment as something that just doesn't work yet. Yah. Better write your own fact, or resolution, to match local rules. Daniel Tim On May 31, 6:28 pm, Daniel Pittman dan...@puppetlabs.com wrote: On Tue, May 31, 2011 at 07:40, jcbollinger john.bollin...@stjude.org wrote

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

2011-05-25 Thread Daniel Pittman
for configuring that through the product, though, we would almost certainly support it without any other compatibility support. (As in, I think it has value in that form alone, even though we want to support multiple hashes, etc.) Daniel -- ⎋ Puppet Labs Developer – http://puppetlabs.com ✉ Daniel

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

2011-05-24 Thread Daniel Pittman
On Tue, May 24, 2011 at 06:36, Mark Stanislav mark.stanis...@gmail.com wrote: On May 24, 2011, at 1:38 AM, Daniel Pittman wrote: On Fri, May 20, 2011 at 08:23, Nigel Kersten ni...@puppetlabs.com wrote: On Fri, May 20, 2011 at 5:39 AM, Mark Stanislav mark.stanis...@gmail.com wrote: […] Larger

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

2011-05-24 Thread Daniel Pittman
On Tue, May 24, 2011 at 11:02, Mark Stanislav mark.stanis...@gmail.com wrote: On May 24, 2011, at 1:50 PM, Daniel Pittman wrote: On Tue, May 24, 2011 at 06:36, Mark Stanislav mark.stanis...@gmail.com wrote: On May 24, 2011, at 1:38 AM, Daniel Pittman wrote: On Fri, May 20, 2011 at 08:23

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

2011-05-23 Thread Daniel Pittman
, as part of our compatibility story. As long as the master leads the agent in version we should be fine.) Daniel -- ⎋ Puppet Labs Developer – http://puppetlabs.com ✉ Daniel Pittman dan...@puppetlabs.com ✆ Contact me via gtalk, email, or phone: +1 (877) 575-9775 ♲ Made with 100 percent post

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

2011-05-20 Thread Daniel Pittman
Developer – http://puppetlabs.com ✉ Daniel Pittman dan...@puppetlabs.com ✆ 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 subscribed to the Google Groups Puppet Users group. To post to this group

Re: [Puppet Users] puppet code to find out which is the first active network interface

2011-05-20 Thread Daniel Pittman
✉ Daniel Pittman dan...@puppetlabs.com ✆ 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 subscribed to the Google Groups Puppet Users group. To post to this group, send email to puppet-users

Re: [Puppet Users] Uninstalling the puppet source?

2011-05-16 Thread Daniel Pittman
the install output, so I can just rm everything, but I'm assuming there's something cleaner than that? Not that I am aware of. Good for you, saving the output, too. Daniel -- ⎋ Puppet Labs Developer – http://puppetlabs.com ✉ Daniel Pittman dan...@puppetlabs.com ✆ Contact me via gtalk, email

Re: [Puppet Users] undefined method `[]' for nil:NilClass

2011-05-06 Thread Daniel Pittman
' options that would be swell. Daniel -- ⎋ Puppet Labs Developer – http://puppetlabs.com ✉ Daniel Pittman dan...@puppetlabs.com ✆ 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 subscribed

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

2011-05-06 Thread Daniel Pittman
Regards, Daniel -- ⎋ Puppet Labs Developer – http://puppetlabs.com ✉ Daniel Pittman dan...@puppetlabs.com ✆ 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 subscribed to the Google Groups

Re: [Puppet Users] Re: Can puppet client make immediate pull after a file's content change by user?

2011-05-05 Thread Daniel Pittman
on board to the process (eg: they update puppet, rather than hack on the machine), or by locking them out. Regards, Daniel ...and, yes, they /will/ get very upset with the locking them out option. :) -- ⎋ Puppet Labs Developer – http://puppetlabs.com ✉ Daniel Pittman dan...@puppetlabs.com

Re: [Puppet Users] variables inside a template for my hp ilo device

2011-05-05 Thread Daniel Pittman
. Regards, Daniel -- ⎋ Puppet Labs Developer – http://puppetlabs.com ✉ Daniel Pittman dan...@puppetlabs.com ✆ 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 subscribed to the Google Groups Puppet

Re: [Puppet Users] parse puppet yaml in java

2011-04-29 Thread Daniel Pittman
– whatever works for you. If you lost both those YAML type tags you really wouldn't loose much information. Regards, Daniel -- ⎋ Puppet Labs Developer – http://puppetlabs.com ✉ Daniel Pittman dan...@puppetlabs.com ✆ Contact me via gtalk, email, or phone: +1 (877) 575-9775 ♲ Made with 100 percent

[Puppet Users] Re: [Puppet-dev] Re: Distributed Puppet Architecture and Management

2011-04-22 Thread Daniel Pittman
...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-dev?hl=en. -- ⎋ Puppet Labs Developer – http://puppetlabs.com ✉ Daniel Pittman dan...@puppetlabs.com ✆ Contact me via gtalk, email, or phone: +1 (877) 575-9775 ♲ Made with 100 percent post-consumer

Re: [Puppet Users] how to catch errors

2011-04-20 Thread Daniel Pittman
regular log collection and analysis tools, and a nagios check that puppet had run recently, to monitor the situation at my last job. Daniel -- ⎋ Puppet Labs Developer – http://puppetlabs.com ✉ Daniel Pittman dan...@puppetlabs.com ✆ Contact me via gtalk, email, or phone: +1 (877) 575-9775 ♲ Made

Re: [Puppet Users] facter # cores

2011-04-14 Thread Daniel Pittman
, but you get the idea. :) -- ⎋ Puppet Labs Developer – http://puppetlabs.com ✉ Daniel Pittman dan...@puppetlabs.com ✆ 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 subscribed to the Google

[Puppet Users] Re: [Puppet-dev] RFC: Splitting up the file{} type functionality.

2011-03-21 Thread Daniel Pittman
I thing that recursive copies are the type that fits worst into the current code; I suggest we move that out and then wait and see if symlinks should follow or not. Regards, Daniel -- Puppet Labs Developer –http://puppetlabs.com Daniel Pittman dan...@puppetlabs.com Contact me via gtalk

Re: [Puppet Users] Testing changes before deployment

2011-03-20 Thread Daniel Pittman
in the number of emergency changes you are needing to make. Regards, Daniel -- Puppet Labs Developer –http://puppetlabs.com Daniel Pittman dan...@puppetlabs.com Contact me via gtalk, email, or phone: +1 (877) 575-9775 Sent from a mobile device. Please forgive me if this is briefer than usual. -- You

Re: [Puppet Users] issues with Inventory service and dashboard

2011-03-20 Thread Daniel Pittman
The odds are, no, because your problem looks to be a miscompiled JSON gem - it doesn't match the Ruby you are running. Try reinstalling it and your problem should go away. Regards, Daniel -- Puppet Labs Developer –http://puppetlabs.com Daniel Pittman dan...@puppetlabs.com Contact me via

Re: [Puppet Users] Re: issues with Inventory service and dashboard

2011-03-20 Thread Daniel Pittman
: Thanks for the assist, that seemed to help. However now I'm seeing this when I try to view Inventory data, Could not retrieve facts from inventory service: can't dup NilClass On Mar 20, 1:42 pm, Daniel Pittman dan...@puppetlabs.com wrote: The odds are, no, because your problem looks

Re: [Puppet Users] State of the pkgutil provider?

2011-03-17 Thread Daniel Pittman
the expected results clearly, and giving us the input data we need to reflect the platform can be a huge help. Daniel -- ⎋ Puppet Labs Developer – http://puppetlabs.com ✉ Daniel Pittman dan...@puppetlabs.com ✆ Contact me via gtalk, email, or phone: +1 (877) 575-9775 ♲ Made with 100 percent post-consumer

Re: [Puppet Users] parsing (and returning) json data in puppet in custom function

2011-03-16 Thread Daniel Pittman
from PSON.parse and changing all NilClass to something? Off-hand, not that I know of. Sorry. Daniel -- ⎋ Puppet Labs Developer – http://puppetlabs.com ✉ Daniel Pittman dan...@puppetlabs.com ✆ Contact me via gtalk, email, or phone: +1 (877) 575-9775 ♲ Made with 100 percent post-consumer electrons

Re: [Puppet Users] Puppet Crashing, libldap error?

2011-03-16 Thread Daniel Pittman
, that those hosts hit, and that a newer release would probably fix it. Other that turning off LDAP in the Puppet code, there isn't likely much we can do about it. Daniel -- ⎋ Puppet Labs Developer – http://puppetlabs.com ✉ Daniel Pittman dan...@puppetlabs.com ✆ Contact me via gtalk, email, or phone: +1

Re: [Puppet Users] parsing (and returning) json data in puppet in custom function

2011-03-16 Thread Daniel Pittman
://puppetlabs.com ✉ Daniel Pittman dan...@puppetlabs.com ✆ 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 subscribed to the Google Groups Puppet Users group. To post to this group, send email to puppet-users

Re: [Puppet Users] Providing stdin to exec

2011-03-11 Thread Daniel Pittman
on each client. Daniel -- ⎋ Puppet Labs Developer – http://puppetlabs.com ✉ Daniel Pittman dan...@puppetlabs.com ✆ 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 subscribed to the Google

Re: [Puppet Users] Re: retrieve output files on clients

2011-03-10 Thread Daniel Pittman
can use puppet to help automate whatever solution you want, but it is all effectively something acts to run your command on some schedule. Daniel -- ⎋ Puppet Labs Developer – http://puppetlabs.com ✉ Daniel Pittman dan...@puppetlabs.com ✆ Contact me via gtalk, email, or phone: +1 (877) 575-9775

Re: [Puppet Users] finished, yet execution expired

2011-03-10 Thread Daniel Pittman
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. -- ⎋ Puppet Labs Developer – http://puppetlabs.com ✉ Daniel Pittman dan...@puppetlabs.com ✆ Contact me via gtalk, email

Re: [Puppet Users] ldap.conf modification problem

2011-03-10 Thread Daniel Pittman
+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en. -- ⎋ Puppet Labs Developer – http://puppetlabs.com ✉ Daniel Pittman dan...@puppetlabs.com ✆ Contact me via gtalk, email, or phone: +1 (877) 575-9775 ♲ Made with 100 percent post

Re: [Puppet Users] Puppet Error Message

2011-03-10 Thread Daniel Pittman
? Thanks, Daniel -- ⎋ Puppet Labs Developer – http://puppetlabs.com ✉ Daniel Pittman dan...@puppetlabs.com ✆ 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 subscribed to the Google Groups

Re: [Puppet Users] Possible bug with apt and --force-yes

2011-03-10 Thread Daniel Pittman
Labs Developer – http://puppetlabs.com ✉ Daniel Pittman dan...@puppetlabs.com ✆ 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 subscribed to the Google Groups Puppet Users group. To post

Re: [Puppet Users] Issues with hostname using Puppet reports

2011-03-09 Thread Daniel Pittman
Developer – http://puppetlabs.com ✉ Daniel Pittman dan...@puppetlabs.com ✆ 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 subscribed to the Google Groups Puppet Users group. To post to this group

Re: [Puppet Users] any workarond recommendation for bug #3910 ?

2011-02-24 Thread Daniel Pittman
this problem in the longer term. It might be worth talking about that if you think it might help meet your needs. Regards, Daniel -- ⎋ Puppet Labs Developer – http://puppetlabs.com ✉ Daniel Pittman dan...@puppetlabs.com ✆ Contact me via gtalk, email, or phone: +1 (877) 575-9775 ♲ Made with 100 percent

Re: [Puppet Users] Distributing user configs from a central host?

2011-02-18 Thread Daniel Pittman
On Thu, Feb 17, 2011 at 15:18, Robin Lee Powell rlpow...@digitalkingdom.org wrote: On Thu, Feb 17, 2011 at 09:30:33AM -0800, Daniel Pittman wrote: You could use the resource description tool, in a generate call in the appropriate resource, to have puppet ruun the process of rebuilding

Re: [Puppet Users] Puppet on a purely push basis no possible?

2011-02-18 Thread Daniel Pittman
(which is actually push), and are working on solutions to the problem. They don't even have a roadmap date yet, though, I fear. :) Daniel -- ⎋ Puppet Labs Developer – http://puppetlabs.com ✉ Daniel Pittman dan...@puppetlabs.com ✆ Contact me via gtalk, email, or phone: +1 (877) 575-9775 ♲ Made with 100

Re: [Puppet Users] Puppet Restarting Puppet, Puppet-Agent's resolver (was Inter-Module Dependency)

2011-02-18 Thread Daniel Pittman
anything portable to solve these problems. It really isn't so much puppet ignores the change to... as the OS libraries ignore... Daniel -- ⎋ Puppet Labs Developer – http://puppetlabs.com ✉ Daniel Pittman dan...@puppetlabs.com ✆ Contact me via gtalk, email, or phone: +1 (877) 575-9775 ♲ Made

Re: [Puppet Users] String size limit for variables?

2011-02-18 Thread Daniel Pittman
was opposed, having that recorded in a ticket, along with the arguments each way, would be ideal: it would let the next person to run into the issue discover why things are the way they are without having to involve the list. :) Daniel -- ⎋ Puppet Labs Developer – http://puppetlabs.com ✉ Daniel

Re: [Puppet Users] String size limit for variables?

2011-02-18 Thread Daniel Pittman
On Fri, Feb 18, 2011 at 13:31, Mark Stanislav mark.stanis...@gmail.com wrote: http://projects.puppetlabs.com/issues/6380 -- if anyone is interested. Thanks for the help; a good way to end a Friday at work :) -Mark On Feb 18, 2011, at 4:21 PM, Daniel Pittman wrote: On Fri, Feb 18, 2011 at 13:00

Re: [Puppet Users] Distributing user configs from a central host?

2011-02-17 Thread Daniel Pittman
Daniel Pittman dan...@puppetlabs.com Contact me via gtalk, email, or phone: +1 (877) 575-9775 Sent from a mobile device. Please forgive me if this is briefer than usual. On Feb 17, 2011 6:45 AM, Robin Lee Powell rlpow...@digitalkingdom.org wrote: I have a central server, that happens

Re: [Puppet Users] Puppet on a purely push basis no possible?

2011-02-15 Thread Daniel Pittman
to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en. -- ⎋ Puppet Labs Developer – http://puppetlabs.com ✉ Daniel Pittman dan

Re: [Puppet Users] Inter-Module Dependency

2011-02-15 Thread Daniel Pittman
Developer – http://puppetlabs.com ✉ Daniel Pittman dan...@puppetlabs.com ✆ 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 subscribed to the Google Groups Puppet Users group. To post to this group, send

Re: [Puppet Users] exec: creates overrides onlyif?

2011-02-15 Thread Daniel Pittman
On Tue, Feb 15, 2011 at 14:39, Matthew Pounsett m...@conundrum.com wrote: On 2011/02/14, at 12:21, Daniel Pittman wrote: I think this discussion totally deserves a feature/bug report in redmine, because both positions are reasonable. They do point to a hole where our specifation seems vague

Re: [Puppet Users] Inter-Module Dependency

2011-02-15 Thread Daniel Pittman
/etc/resolv.conf I would subscribe to the file resource, but for most cases I prefer to depend on the class. So, I think both answers are right, and I didn't explain why I chose the apparently tighter binding this time around. Daniel -- ⎋ Puppet Labs Developer – http://puppetlabs.com ✉ Daniel

Re: [Puppet Users] Puppet agent on debian 6

2011-02-14 Thread Daniel Pittman
? Is there a Debian bug report for the issue, or can you post the errors you are getting here? Oh, and just to check: have you upgraded your puppet master, or just the agent? It would be good to know the versions of both. Thanks, Daniel -- ⎋ Puppet Labs Developer – http://puppetlabs.com ✉ Daniel

Re: [Puppet Users] redirect the dashboard with apache

2011-02-14 Thread Daniel Pittman
Hey. Your redirect lost the / between the service and the uri; add that to your ProxyPass lines and it should, I think, work. Regards, Daniel -- Puppet Labs Developer –http://puppetlabs.com Daniel Pittman dan...@puppetlabs.com Contact me via gtalk, email, or phone: +1 (877) 575-9775 Sent

Re: [Puppet Users] Puppet in the DMZ

2011-02-14 Thread Daniel Pittman
On Mon, Feb 14, 2011 at 01:35, Thorsten Biel thorsten.b...@porsche.de wrote: On Feb 11, 2011, at 20:00, Daniel Pittman wrote: = On Fri, Feb 11, 2011 at 00:40, Thorsten Biel thorsten.b...@porsche.de wrote: On Feb 11, 2011, at 07:25, John Warburton wrote: How do people get around the common rule

Re: [Puppet Users] Complex data structures: working around a parser bug

2011-02-13 Thread Daniel Pittman
. Regards, Daniel -- ⎋ Puppet Labs Developer – http://puppetlabs.com ✉ Daniel Pittman dan...@puppetlabs.com ✆ 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 subscribed to the Google Groups

Re: [Puppet Users] Re: can we choose which inteface defines the $ipaddress fact?

2011-02-13 Thread Daniel Pittman
that using appropriate convention allows you to have *multiple* identities for machines with multiple addresses, something that is almost always a true situation for such hosts. Regards, Daniel -- ⎋ Puppet Labs Developer – http://puppetlabs.com ✉ Daniel Pittman dan...@puppetlabs.com ✆ Contact me via

Re: [Puppet Users] Re: multiple yum repos in manifest

2011-02-13 Thread Daniel Pittman
... At a guess, puppet uses a bunch of memory, and while this might succeed manually, it fails in the now more contended environment. However, y'all are correct that it is absolutely not a puppet failure. :) Daniel -- ⎋ Puppet Labs Developer – http://puppetlabs.com ✉ Daniel Pittman dan...@puppetlabs.com

Re: [Puppet Users] Re: [Puppet-dev] Collections and Realizing Resources

2011-02-13 Thread Daniel Pittman
://puppetlabs.com ✉ Daniel Pittman dan...@puppetlabs.com ✆ 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 subscribed to the Google Groups Puppet Users group. To post to this group, send email

Re: [Puppet Users] Debian packaging provider

2011-02-12 Thread Daniel Pittman
, Daniel -- ⎋ Puppet Labs Developer – http://puppetlabs.com ✉ Daniel Pittman dan...@puppetlabs.com ✆ 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 subscribed to the Google Groups Puppet Users

Re: [Puppet Users] Active Directory join, stages, and AD accounts issues

2011-02-12 Thread Daniel Pittman
we see the error messages from puppet and, ideally, the bits of the manifest in question? Regards, daniel -- ⎋ Puppet Labs Developer – http://puppetlabs.com ✉ Daniel Pittman dan...@puppetlabs.com ✆ Contact me via gtalk, email, or phone: +1 (877) 575-9775 ♲ Made with 100 percent post-consumer

Re: [Puppet Users] Puppet in the DMZ

2011-02-11 Thread Daniel Pittman
– http://puppetlabs.com ✉ Daniel Pittman dan...@puppetlabs.com ✆ 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 subscribed to the Google Groups Puppet Users group. To post to this group, send

Re: [Puppet Users] facter to display all active networks

2011-02-11 Thread Daniel Pittman
facter only returns strings. This is rich data, and something that stringifies it will introduce pain that we need to support for a long, long time. Regards, Daniel -- ⎋ Puppet Labs Developer – http://puppetlabs.com ✉ Daniel Pittman dan...@puppetlabs.com ✆ Contact me via gtalk, email, or phone: +1

Re: [Puppet Users] Re: Problem with file serving and envrionments.

2011-02-11 Thread Daniel Pittman
the client idea of environment, which is a total mess. Sorry you got bitten by that too. Most people end up templating the client config, and make their environment value sticky through that. Regards, Daniel -- Puppet Labs Developer –http://puppetlabs.com Daniel Pittman dan

Re: [Puppet Users] Puppet in the DMZ

2011-02-11 Thread Daniel Pittman
the firewall directly: Puppet uses SSL secured communication, and validates the identity at both ends, so you have no more or less exposure than with this mechanism, so far as I can see? Regards, Daniel -- ⎋ Puppet Labs Developer – http://puppetlabs.com ✉ Daniel Pittman dan...@puppetlabs.com

Re: [Puppet Users] force the file name of a yumrepo created file

2011-02-11 Thread Daniel Pittman
Labs Developer – http://puppetlabs.com ✉ Daniel Pittman dan...@puppetlabs.com ✆ 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 subscribed to the Google Groups Puppet Users group. To post

Re: [Puppet Users] Multiple external commands with puppet

2011-02-03 Thread Daniel Pittman
, independent things in the one command, please don't. Running multiple exec operations to mutate the file, and making sure they are all equipped with an appropriate 'unless' or 'onlyif' is much better in the long term. -- ⎋ Puppet Labs Developer – http://puppetlabs.com ✉ Daniel Pittman dan

Re: [Puppet Users] Re: Starting Tomcat Through Service Resource

2011-02-03 Thread Daniel Pittman
. -- ⎋ Puppet Labs Developer – http://puppetlabs.com ✉ Daniel Pittman dan...@puppetlabs.com ✆ 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 subscribed to the Google Groups Puppet Users group. To post

Re: [Puppet Users] Registering a node with a central service?

2011-02-02 Thread Daniel Pittman
recommendation was rooted firmly in practical experience; we exported a number of exec operations with unless clauses that did this remote registration to tools that were too hostile to more stable changes. Regards, Daniel -- Puppet Labs Developer –http://puppetlabs.com Daniel Pittman dan

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

2011-02-02 Thread Daniel Pittman
On Wed, Feb 2, 2011 at 17:02, Nigel Kersten ni...@puppetlabs.com wrote: On Wed, Feb 2, 2011 at 10:52 AM, Ashley Gould ago...@ucop.edu wrote: On Mon, Jan 31, 2011 at 06:27:20PM -0800, Daniel Pittman wrote: In the longer term I would hope to have that information pushed out from the puppet

Re: [Puppet Users] Puppet delegation / teams

2011-01-31 Thread Daniel Pittman
Daniel Pittman dan...@puppetlabs.com Contact me via gtalk, email, or phone: +1 (877) 575-9775 Sent from a mobile device. Please forgive me if this is briefer than usual. -- You received this message because you are subscribed to the Google Groups Puppet Users group. To post to this group, send email

Re: [Puppet Users] Run stages implicitly include classes, is this behavior intended?

2011-01-31 Thread Daniel Pittman
Developer –http://puppetlabs.com Daniel Pittman dan...@puppetlabs.com Contact me via gtalk, email, or phone: +1 (877) 575-9775 Sent from a mobile device. Please forgive me if this is briefer than usual. -- You received this message because you are subscribed to the Google Groups Puppet Users group

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

2011-01-31 Thread Daniel Pittman
if the machine should have it installed, and if it should work, and then implementing *that* in puppet. The file install bit should just fall into line after that. Regards, Daniel -- ⎋ Puppet Labs Developer – http://puppetlabs.com ✉ Daniel Pittman dan...@puppetlabs.com ✆ Contact me via gtalk, email

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

2011-01-31 Thread Daniel Pittman
, $adinfo ? { '' = '.../no_centrify', default = '.../centrify' # Assuming that any value means in a domain }, whatever = else The if statement is not used in that context, only a case statement. Regards, Daniel -- ⎋ Puppet Labs Developer – http://puppetlabs.com ✉ Daniel

Re: [Puppet Users] puppetmasterd verbose log

2011-01-28 Thread Daniel Pittman
daemonize. You can change that, including the syslog facility, or to use a file, on the command line or equivalently (because all options work that way) in the config files. Regards, Daniel -- Puppet Labs Developer –http://puppetlabs.com Daniel Pittman dan...@puppetlabs.com Contact me via gtalk

<    1   2   3   4   5   >