Re: [Puppet Users] Could not find default node or by name with 'vm7012.muc.baag, if not defined in manifests/node.pp

2016-03-31 Thread Chad Huneycutt
//groups.google.com/d/msgid/puppet-users/84c946c7-1b6b-40ea-8a7c-853596f86f4a%40googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- Chad M. Huneycutt -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To

Re: [Puppet Users] unable to create home directory

2016-03-31 Thread Chad Huneycutt
ibed to the Google Groups > "Puppet Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to puppet-users+unsubscr...@googlegroups.com > <javascript:_e(%7B%7D,'cvml','puppet-users%2bunsubscr...@googlegroups.com');> > . > To v

Re: [Puppet Users] Re: How to access a variable from parent define[d type]?

2015-10-29 Thread Chad Huneycutt
Can you see the name of the defined type in the template? How about just deriving $developer from that? - Chad On Thu, Oct 29, 2015 at 9:24 AM, jcbollinger <john.bollin...@stjude.org> wrote: > > > On Thursday, October 29, 2015 at 1:05:16 AM UTC-5, Jakov Sosic wrote: >> >

Re: [Puppet Users] invoke modules from puppetforge from hiera yamls?

2015-09-16 Thread Chad Huneycutt
Take a look at this page: http://docs.puppetlabs.com/hiera/3.0/puppet.html . The section entitled "Automatic Parameter Lookup" explains how to specify puppet class parameters in hiera. - Chad On Tue, Sep 15, 2015 at 7:23 PM, Chris Jefferies <ch...@freeranger.com> wrote: >

[Puppet Users] Re: MCollective Plugins - Can I Install with Puppet Collections?

2015-09-07 Thread Chad Thompson
Thank you! I opened a ticket earlier as well after posting this (https://tickets.puppetlabs.com/browse/MCO-722) - I didn't see the two that you posted. (In the meantime, I'll be trying to work around by installing from source into the 'libdir' if I can.) On Friday, September 4, 2015 at

[Puppet Users] MCollective Plugins - Can I Install with Puppet Collections?

2015-08-31 Thread Chad Thompson
- or is there something else I'm missing? Thanks! Chad --- chad.o.thomp...@gmail.com -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-user

Re: [Puppet Users] Running a daemon only during certain hours of the day

2015-04-09 Thread Chad Huneycutt
. - Chad On Thu, Apr 9, 2015 at 1:26 AM, Gabriel Filion gabs...@lelutin.ca wrote: Hello, A client of mine needs to be able to control which hours during the day a certain daemon is running and which hours it is not. So far I can think of hiera for controlling the on/off periods + some math

[Puppet Users] Re: Dashboard not working (406 Not Acceptable)

2014-03-11 Thread Chad Matsalla
I have this directory and it's writable. I'm still getting a 406. Was there anything else I could try? I'm not even sure the relevant parts of configuration to show. Let's see: - I got the same error whether I was using the rails built-in server and now when I'm using apache/passenger - reports

Re: [Puppet Users] One big manifest?

2013-12-21 Thread Chad Huneycutt
their links, you'll get a much better understanding. A full example: https://ask.puppetlabs.com/question/1655/an-end-to-end-roleprofile-example-using-hiera/ Some thoughts on module design: http://www.devco.net/archives/2012/12/13/simple-puppet-module-structure-redux.php - Chad On Fri, Dec 20, 2013 at 1

Re: [Puppet Users] Re: Puppet 3.3.1 [standalone mode]: could not find class

2013-11-07 Thread Chad Huneycutt
should find your test module and load the classes automatically. Hope that help, Chad On Thu, Nov 7, 2013 at 10:15 AM, ulrich igor ngouagna kouete igor.ngoua...@gmail.com wrote: Nobody to help?? :( Le jeudi 7 novembre 2013 11:42:06 UTC+1, ulrich igor ngouagna kouete a écrit : Hi, I'm

Re: [Puppet Users] Re: Role-based puppet

2013-10-29 Thread Chad Huneycutt
In that example, 'role' is a module, and 'role::somerole' is a class in that module: /etc/puppet/modules/role/manifests/somerole.pp: class role::somerole { ... } - Chad On Sat, Oct 26, 2013 at 7:58 AM, Steven Jonthen coffeejunkeyst...@gmail.com wrote: I've a question: What does this mean/how

Re: [Puppet Users] Is there a way to return/skip module code based on a validation

2013-10-10 Thread Chad Huneycutt
::disabled } } - Chad On Thu, Oct 10, 2013 at 2:13 PM, Jay jayachandran...@gmail.com wrote: Thanks Ryan! I'm looking for something like a break statement, which should not proceed execution of following resources. Anyway thanks for the information about future parser. Appreciate your time

Re: [Puppet Users] Re: excessive hiera logging

2013-09-27 Thread Chad Huneycutt
to have it log directly to a file to see it. Maybe if you use syslog it will help? - Chad On Fri, Sep 27, 2013 at 11:16 AM, jamese james.eckers...@gmail.com wrote: Hi all, I'm seeing exactly the same issue. Is there some config setting that can prevent this? I'd rather not just redirect all

Re: [Puppet Users] Retrieving Hiera arrays from init.pp

2013-09-19 Thread Chad Huneycutt
your data files. 2. Are you sure that hiera is not working? What have you tried, and what happened when you tried it? Have you looked at http://docs.puppetlabs.com/hiera/1/index.html ? There are examples there. - Chad On Thu, Sep 19, 2013 at 11:53 AM, Jeremiah Jester jeremiahjes...@gmail.com

Re: [Puppet Users] Distributing files from varied sources to a common location on the clients

2013-09-13 Thread Chad Huneycutt
the correct way to do this is to roll packages (rpm, deb, pkg, etc.) and distribute those with puppet, but that might be a lot of work in your environment. - Chad On Fri, Sep 13, 2013 at 3:35 PM, root clri.c0t...@gmail.com wrote: Very new to Puppet. Tried various ways to do this and I'm not particularly

Re: [Puppet Users] Roles/profiles and hiera

2013-09-03 Thread Chad Huneycutt
That way you have a single profile for all datacenters. - Chad On Tue, Sep 3, 2013 at 11:49 AM, Frederiko Costa freder...@gmail.com wrote: Excellent.. thanks! And now sorry for the long email... hopefully I'm clear enough. I'd also to expose one example that I have here in my company. I'm not too

Re: [Puppet Users] Assigning a dynamic role to be used by hiera

2013-08-21 Thread Chad Huneycutt
') } - Chad On Wed, Aug 21, 2013 at 1:20 PM, JeremyCampbell jeremycampbel...@gmail.com wrote: I need to define data for roles so I add the 'role' dynamic data source. - %{::environment}/%{::clientcert} - %{::clientcert} - %{::environment} - %{::role} - common Our site.pp uses a hostname

Re: [Puppet Users] Re: roles, profiles, and hiera

2013-02-14 Thread Chad Huneycutt
: On Wednesday, February 13, 2013 5:17:40 PM UTC-6, Chad Huneycutt wrote: I would like to have a hiera.yaml like so: --- :backends: - yaml :hierarchy: - nodes/%{::hostname} - profiles/%{class_name} - common :yaml: :datadir: /etc/puppet/environments/%{environment}/data Am I just

Re: [Puppet Users] roles, profiles, and hiera

2013-02-14 Thread Chad Huneycutt
Unfortunately not. I am already using %{module_name}, and it works fine. But for what I am suggesting to work, I need to know the exact class where the hiera call is. - Chad On Wed, Feb 13, 2013 at 7:49 PM, Brian Lalor bla...@bravo5.org wrote: Will this help? http://docs.puppetlabs.com

Re: [Puppet Users] Re: roles, profiles, and hiera

2013-02-14 Thread Chad Huneycutt
it interprets the hierarchy. I am going to try to hack the same thing into the yaml backend, as well as file a bug (or +1 one) about it. - Chad On Thu, Feb 14, 2013 at 2:19 PM, jcbollinger john.bollin...@stjude.org wrote: On Thursday, February 14, 2013 12:08:17 PM UTC-6, Chad Huneycutt wrote

[Puppet Users] roles, profiles, and hiera

2013-02-13 Thread Chad Huneycutt
/%{environment}/data Am I just completely off-base? -- Chad M. Huneycutt -- You received this message because you are subscribed to the Google Groups Puppet Users group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscr...@googlegroups.com

Re: [Puppet Users] Re: Multiple hierarchies with Hiera

2013-02-06 Thread Chad Huneycutt
this group at http://groups.google.com/group/puppet-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out. -- Chad M. Huneycutt -- You received this message because you are subscribed to the Google Groups Puppet Users group. To unsubscribe from this group and stop

Re: [Puppet Users] Re: Multiple hierarchies with Hiera

2013-01-31 Thread Chad Huneycutt
://groups.google.com/groups/opt_out. -- Chad M. Huneycutt -- You received this message because you are subscribed to the Google Groups Puppet Users group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscr...@googlegroups.com. To post

Re: [Puppet Users] Re: Any way to force set the type provider? Problem with firewall module and iptables

2013-01-31 Thread Chad Huneycutt
Install iptables before running puppet? There is some amount of setup you will have to do before puppet will run the first time. For instance, you have to install puppet and the iptables module! - Chad On Thu, Jan 31, 2013 at 2:12 PM, Ellison Marks gty...@gmail.com wrote: Is it fine after

Re: [Puppet Users] Change the location of puppet.conf

2013-01-31 Thread Chad Huneycutt
--config path to config file Depending on your OS, you can set this as the default option for the service in /etc/sysconfig/puppet or /etc/default/puppet. - Chad On Thu, Jan 31, 2013 at 8:31 PM, Jason Knudsen jason.knud...@gmail.com wrote: Hey guys, Does anyone know how to change

Re: [Puppet Users] Puppet 3.02

2013-01-30 Thread Chad Huneycutt
/...' and not '/var/log/...' (notice the first /). If that is really what it says, you may need to modify your logdir setting. - Chad On Wed, Jan 30, 2013 at 1:25 PM, Raymond Regnier raymondregn...@gmail.com wrote: Just setup puppet 3.2 with one master and one client when I start the puppet

Re: [Puppet Users] Puppet 3.02

2013-01-30 Thread Chad Huneycutt
Disregard. I see the other thread. On Wed, Jan 30, 2013 at 9:19 PM, Chad Huneycutt chad.huneyc...@gmail.com wrote: Make sure that whatever user the master runs as (probably user 'puppet') has write permissions to /var/log/puppet/. Note that even if you start the master as root

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

2012-12-17 Thread Chad Huneycutt
this pattern: class somemodule { if $load_module = true { include somemodule::load } } class somemodule::load { // potentially very long module } - Chad On Mon, Dec 17, 2012 at 3:02 PM, Philip Brown p...@bolthole.com wrote: Hi folks, I've poked around the language

Re: [Puppet Users] Re: hiera default values for a variable

2012-12-05 Thread Chad Huneycutt
is actually pretty straight-forward... -- Chad M. Huneycutt -- You received this message because you are subscribed to the Google Groups Puppet Users group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr

Re: [Puppet Users] Apply created class on node

2012-12-03 Thread Chad Huneycutt
that helps, Chad On Sun, Dec 2, 2012 at 6:02 PM, Jakov Sosic jso...@srce.hr wrote: On 12/01/2012 06:41 PM, Kazor wrote: [root@master users]# puppet apply --noop run/init.pp /Stage[main]/Users/User[pam]/ensure: current_value absent, should be present (noop) Class[Users]: Would have triggered

Re: [Puppet Users] puppet.conf questiosn

2012-11-27 Thread Chad Huneycutt
of the config file does not specify an environment. That is options that apply to the master only. You can also use [agent] (and probably [cert], [apply], etc.). -- Chad M. Huneycutt -- You received this message because you are subscribed to the Google Groups Puppet Users group. To post to this group

Re: [Puppet Users] Managing ssh server's keys?

2012-11-26 Thread Chad Huneycutt
', } Hope that helps, Chad On Mon, Nov 26, 2012 at 2:47 PM, Jakov Sosic jso...@srce.hr wrote: Hi. I'm wondering is there a way to manage ssh servers, in a way that every machine has it's own key? I'm talking about these files: /etc/ssh/ssh_host_dsa_key /etc/ssh/ssh_host_dsa_key.pub

[Puppet Users] augeas syntax for adding similar lines to hosts.allow

2012-11-06 Thread Chad Lewis
I've found a similar thread here, but it doesn't do quite what I need. https://groups.google.com/forum/?fromgroups=#!topic/puppet-users/VMloh1KrSew I have multiple lines of the form below in hosts.allow: sshd,sshd2: 1.1.1.1 sshd,sshd2: 2.2.2.2 etc. I'm struggling with the syntax to add yet

Re: [Puppet Users] Puppet 2.7 v 3.0 in the PuppetLabs yum repo

2012-10-03 Thread Chad Huneycutt
since I deployed it. For a while I was excludeing puppet and friends in yum.conf, but that was a real pain. The versionlock plugin pins a package at the version you want, and then you can update when ready. - Chad On Wed, Oct 3, 2012 at 9:16 AM, jcbollinger john.bollin...@stjude.org wrote

Re: [Puppet Users] How to prevent puppet clients from updating to version 3?

2012-10-03 Thread Chad Huneycutt
For yum-based updates, take a look at the yum versionlock plugin. Works great here, although you have to specify the entire package name that you want (I don't think just specifying puppet-2.7 will work). debian-based distros support pinning, but haven't gotten that going yet. - Chad On Wed

Re: [Puppet Users] Possible to copy ssh key from node A to node B?

2012-08-31 Thread Chad Huneycutt
/ssh_host_dsa_key.pub: content = $dsahostkeypub, mode = 0444, owner = root, group = root, } } On Fri, Aug 31, 2012 at 5:21 AM, Sandra Schlichting littlesandr...@gmail.com wrote: Hi Chad Here is the script we use to do the same. I am not proud of all the locking stuff. Not sure

Re: [Puppet Users] Possible to copy ssh key from node A to node B?

2012-08-30 Thread Chad Huneycutt
$hostkeydir and $userkeydir for your environment, and it will manage ssh host keys. It will also do user keys, but I didn't put examples of that in the gist. git://gist.github.com/3534504.git -- Chad M. Huneycutt -- You received this message because you are subscribed to the Google Groups

Re: [Puppet Users] variable scoping?

2012-08-14 Thread Chad Huneycutt
(if using puppet hiera backend), module-local yaml file, site-specific yaml file, overridden when included, etc, all according to a policy that you define. -- Chad M. Huneycutt -- You received this message because you are subscribed to the Google Groups Puppet Users group. To post to this group

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

2012-04-02 Thread Chad Huneycutt
the floodgates to the easy questions makes it very obvious what needs to go in the FAQ :-) I have been helped out so much by the fine folks on IRC that I love it when I get a chance to help someone out with any problem. ;-) -- Chad M. Huneycutt -- You received this message because you

Re: [Puppet Users] local vs global variables

2012-04-02 Thread Chad Huneycutt
here's hoping... - Chad On Fri, Mar 30, 2012 at 10:23 AM, Pablo Fernandez pablo.fernan...@cscs.ch wrote: Well... that's why you have scopes, right? So that you don't need to know all variables in your tree, just the local ($var) and globals ($::var). At least it's how I understood it. In any

Re: [Puppet Users] hiera installation problem

2012-03-22 Thread Chad Huneycutt
the first item. Hope that helps, or maybe someone else will have something better, Chad On Thu, Mar 22, 2012 at 4:13 PM, Guy Matz gm...@matz.org wrote: Hi!  I think I've gone through the hiera install process correctly, but still getting: err: Could not retrieve catalog from remote server: Error

[Puppet Users] puppet 2.7.11 + ruby 1.9.3 + passenger

2012-03-01 Thread Chad Huneycutt
is, can this work, and if so, what versions should I use? -- Chad M. Huneycutt -- You received this message because you are subscribed to the Google Groups Puppet Users group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet

[Puppet Users] hiera puppet backend weirdness

2012-02-29 Thread Chad Huneycutt
to simplify my classes and see what I come up with, but I am pretty baffled at this point. Thanks for any help, Chad -- 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

[Puppet Users] Re: hiera puppet backend weirdness

2012-02-29 Thread Chad Huneycutt
I was able to track this down. Apparently $puppet_master_storedconfigs is either reserved or too long. When I changed it to $puppet_master_storedcfgs, the catalog compiled. Go figure. On Wed, Feb 29, 2012 at 7:09 PM, Chad Huneycutt chad.huneyc...@gmail.com wrote: I'm really digging hiera

[Puppet Users] hasstatus not working as expected

2011-08-12 Thread Chad
All, I have puppet watching various services on RHEL systems and restarting them as necessary. Quite a while back I wrote some custom scripts as wrappers for various services so that I can have a custom running status. These have worked for quite a few months, but recently my iptables services

[Puppet Users] Re: hasstatus not working as expected

2011-08-12 Thread Chad
: is notrun, should be 0 (noop) notice: Finished catalog run in 2.85 seconds is notrun? I am not sure what that means... On Aug 12, 10:23 am, vagn scott vagnsc...@gmail.com wrote: On 08/12/2011 09:32 AM, Chad wrote: Any ideas? For starters, see what happens when you run it in an exec

[Puppet Users] Re: hasstatus not working as expected

2011-08-12 Thread Chad
, Stefan Schulte stefan.schu...@taunusstein.net wrote: On Fri, Aug 12, 2011 at 06:32:57AM -0700, Chad wrote: All, I have puppet watching various services on RHEL systems and restarting them as necessary. Quite a while back I wrote some custom scripts as wrappers for various services so

[Puppet Users] Re: hasstatus not working as expected

2011-08-12 Thread Chad
and this works fine. But I can't figure out what would have changed that still allows me to run it fine but puppet fails. On Aug 12, 5:10 pm, Tim Mooney tim.moo...@ndsu.edu wrote: In regard to: [Puppet Users] Re: hasstatus not working as expected, Chad...: status)      /sbin/iptables -L | /bin/egrep

[Puppet Users] Re: Node classifier not loading any defined classes

2011-04-06 Thread Chad
Well I kind of figured it out (though not how I like). I had to move these lines node_terminus = exec external_nodes = /.foo/bin/puppet_node_classifier.sh out of my [development] area into my [main] in puppet.conf. Once I did that I was able to use the external classifier (though I only

[Puppet Users] Node classifier not loading any defined classes

2011-04-05 Thread Chad
have some idiot mistake. If this is all set up correctly and properly running the classifier I'll bombard this post with the contents of my config files. Thanks in advance Chad -- You received this message because you are subscribed to the Google Groups Puppet Users group. To post to this group

Re: [Puppet Users] puppetd + listen=true problem

2010-10-26 Thread Chad Huneycutt
. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en. -- Chad M. Huneycutt -- 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

Re: [Puppet Users] puppetd + listen=true problem

2010-10-26 Thread Chad Huneycutt
oops, sorry. Indeed. I typo that all the time, but fortunately we don't have anything important in /var/lib/ssl here :( On Tue, Oct 26, 2010 at 3:48 PM, Patrick kc7...@gmail.com wrote: On Oct 26, 2010, at 12:00 PM, Chad Huneycutt wrote: You need to delete the cert on the client.  rm -rf

[Puppet Users] 2.6 upgrade problem

2010-10-19 Thread Chad Huneycutt
on the master (2.6.2 client). Obviously, there isn't a lot to go on, so any hints would be greatly appreciated. -- Chad M. Huneycutt -- 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

Re: [Puppet Users] 2.6 upgrade problem

2010-10-19 Thread Chad Huneycutt
Maybe I'm dense, but that bug doesn't seem to be relevant. I just created #5048; I am not sure that the trace adds much, but hopefully someone can make something out of it. Thanks! - Chad On Tue, Oct 19, 2010 at 11:01 PM, James Turnbull ja...@puppetlabs.com wrote: Chad Huneycutt wrote: I am

Re: [Puppet Users] Re: puppet.conf = client = false; Puppet 0.25.5

2010-09-08 Thread Chad Huneycutt
The --no-client flag to puppetd didn't work for you? My understanding of the bug is just that the client=false option isn't respected, but if you specify it on the command line, it works fine. Right? - Chad On Tue, Sep 7, 2010 at 4:54 PM, CraftyTech hmmed...@gmail.com wrote: Has anyone found

Re: [Puppet Users] puppet.conf = client = false; Puppet 0.25.5

2010-08-03 Thread Chad Huneycutt
. -- Chad M. Huneycutt -- 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 unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options

Re: [Puppet Users] Re: manage_internal_file_permissions, /etc/sysconfig, and/or command line startup...

2010-07-29 Thread Chad Huneycutt
- Chad On Thu, Jul 29, 2010 at 1:57 PM, Tom thomas.a.john...@gmail.com wrote: That's what I thought, but it doesn't work.  So there's nothing wrong with what I'm doing?  Perhaps I should file a bug report... Centos 5.5, Puppet 2.6: # ls -ld /etc/puppet lrwxrwxrwx 1 root root 21 Jul 29 17:56

[Puppet Users] 0.25, REE, ruby-shadow

2010-05-19 Thread Chad Huneycutt
problem? -- Chad M. Huneycutt -- 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 unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more

Re: [Puppet Users] Re: 0.25, REE, ruby-shadow

2010-05-19 Thread Chad Huneycutt
like either there is a library mismatch or it is not installed perhaps? I don't have a ruby-enterprise install here at home - but if you can't see anything obvious about your version of the library I can check on a machine tomorrow. ken. On May 20, 12:03 am, Chad Huneycutt chad.huneyc

Re: [Puppet Users] Re: 0.25, REE, ruby-shadow

2010-05-19 Thread Chad Huneycutt
Thanks for sanity check, Ken. I just copied the library to REE, and it works fine. Kind of ugly, I guess. On Wed, May 19, 2010 at 8:04 PM, Chad Huneycutt chad.huneyc...@gmail.com wrote: lol.  The 'shadow' gem is not the shadow password library!  it is a zero-configuration YAML RESTful

Re: [Puppet Users] Re: Installing Packages from puppet files

2009-11-17 Thread Chad Huneycutt
...@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~--~~~~--~~--~--~--- -- Chad M. Huneycutt -- You received this message because you are subscribed to the Google Groups Puppet Users group. To post

[Puppet Users] Re: How long does the server's node cache stick around?

2009-09-28 Thread Chad Huneycutt
are doing live replication. -- nigel -- Chad M. Huneycutt --~--~-~--~~~---~--~~ 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

[Puppet Users] Re: Mount point permissions

2009-09-17 Thread Chad Huneycutt
-- Sent from my mobile device Chad M. Huneycutt --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Puppet Users group. To post to this group, send email to puppet-users@googlegroups.com To unsubscribe from this group

[Puppet Users] Re: variable variable naming

2009-08-11 Thread Chad Huneycutt
Try: $listenip = ${ipaddress}_${service_listenif} - Chad On Tue, Aug 11, 2009 at 6:14 AM, Jan Wernerrababerkuc...@tortenboxer.de wrote: hi list, i'd guess the subject could cause some braindamage, i'm sorry for that, i did not find a better description for my problem. here my problem

[Puppet Users] Re: workarounds for bug #2141

2009-08-04 Thread Chad Huneycutt
On Tue, Aug 4, 2009 at 7:12 PM, David Lutterkortlut...@redhat.com wrote: On Mon, 2009-08-03 at 16:03 -0400, Chad Huneycutt wrote: augeas { /etc/exports-$vmname:                 context = /files/etc/exports,                 changes = [                         set dir[.='/boots/$vmname

[Puppet Users] Re: Augeas and grub.conf

2009-08-03 Thread Chad Huneycutt
Well, I just dropped the lenses in /usr/share/augeas/lenses, which I assume is on the load path higher than /usr/share/augeas/lenses/dist, where all of the other lenses are. But should I have to do that? Maybe we can pick up the discussion on the augeas list. - Chad On Mon, Aug 3, 2009 at 8:57

[Puppet Users] workarounds for bug #2141

2009-08-03 Thread Chad Huneycutt
to get away from sed/grep, but using augeas is like pulling teeth! -- Chad M. Huneycutt --~--~-~--~~~---~--~~ 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

[Puppet Users] Re: Augeas and grub.conf

2009-07-31 Thread Chad Huneycutt
/*/ -- Chad M. Huneycutt --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Puppet Users group. To post to this group, send email to puppet-users@googlegroups.com To unsubscribe from this group, send email

[Puppet Users] Re: Puppet Implementation

2009-07-06 Thread Chad Netzer
On Wed, Jul 1, 2009 at 10:47 AM, Tim Galyeantim.galy...@gmail.com wrote: Is there a way to tell puppet to do a sort of comparison on the files, so that if one does not match the default config it is ignored and or not replaced with the default. A portion of my autofs class: class autofs {

[Puppet Users] permissions on mounts/mount points

2009-05-27 Thread Chad Huneycutt
parameters to ensure that the permissions are set properly initially, but then how to ensure that the permissions stay correct? -- Chad M. Huneycutt --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Puppet Users group

[Puppet Users] Re: exec onlyif not cooperating on RHEL4

2009-05-26 Thread Chad Huneycutt
this bug or work around it would be great. Thanks in advance, Matt -- Sent from my mobile device Chad M. Huneycutt --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Puppet Users group. To post to this group

[Puppet Users] Re: set password of root

2009-05-06 Thread Chad Huneycutt
user node basenode { $rootpw = Vale.com-init include user } -- Sent from my mobile device Chad M. Huneycutt --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Puppet Users group. To post

[Puppet Users] Re: set password of root

2009-05-06 Thread Chad Huneycutt
2009/5/6 Ryan Dooley ryan.doo...@gmail.com: Chad Huneycutt wrote: I am not sure everyone is on the same page: 1. you don't want to have the root password (encrypted or not) showing up in the process listing of your clients. Well, this is a policy/philosophy issue.  The question is what

[Puppet Users] merging reports

2009-04-21 Thread Chad Huneycutt
is the easiest way to do that? -- Chad M. Huneycutt --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Puppet Users group. To post to this group, send email to puppet-users@googlegroups.com To unsubscribe from this group, send