[Puppet Users] Re: Issues with hiera

2013-12-16 Thread Paul Archer
Is your clientcert == 'centosa', or is it 'centosa.example.com'? And have you tested it on the command line: hiera security::tcpwrappers::hostsallow operatingsystem=CentOS On Friday, December 13, 2013 11:17:44 PM UTC-6, Toki Winter wrote: > > Hi all, > > I'm running the following versions of Pu

Re: [Puppet Users] how to see which classes are assigned to a node?

2013-12-16 Thread Paul Archer
grep /etc/puppet/modules /var/lib/puppet/state/last_run_report.yaml | awk '{print $2}' | awk -F/ '{print $5}' | sort -u -- 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 e

Re: [Puppet Users] how to see which classes are assigned to a node?

2013-12-16 Thread Paul Archer
013 4:45:30 PM UTC-6, Mike Delaney wrote: > > On the client, the list of classes applied in the last successful puppet > run should be written to $vardir/state/classes.txt > > > On Fri, Dec 13, 2013 at 2:29 PM, Paul Archer > > wrote: > >> I'm trying to get

[Puppet Users] how to see which classes are assigned to a node?

2013-12-13 Thread Paul Archer
I'm trying to get my classes setup in hiera, but I'm having some issues, and having problems troubleshooting them. There doesn't seem to be any way to query either the puppetmaster or the client to get a list of the classes that the client actually gets. Running 'puppet node find my.node.example

[Puppet Users] Re: Pass variable to class from hiera puppetlabs-apache

2013-12-13 Thread Paul Archer
The classes indicator/variable/key (whatever it's officially called) is only for classes. Then in the appropriate yaml file, specify: apache::mpm_module: false or whatever. It's that easy. So your file should look like: classes: - apache apache::mpm_module: false apache::mod::prefork: tru

[Puppet Users] Re: puppet node find doesn't return classes and scope vars ?

2013-12-13 Thread Paul Archer
I see that puppet 3.3.2 has the problem as well. Worse, the documentation for 'puppet node' doesn't match the actual command. On Friday, December 13, 2013 11:13:26 AM UTC-6, Jon McKenzie wrote: > > Re-upping this topic rather than creating a new one. > > I'm using Puppet 3.3.1 and am still havin

[Puppet Users] Re: using multiple facter values with hiera

2013-12-12 Thread Paul Archer
On Wednesday, December 11, 2013 11:03:33 PM UTC-6, William Leese wrote: > > > > Facter was designed before hiera. It serves a larger purpose than just > usage as hiera hierarchy conditionals. > > I get that. > Do I understand correctly that your custom fact which "spits out a list of > ser

[Puppet Users] using multiple facter values with hiera

2013-12-11 Thread Paul Archer
I've got a custom fact that spits out a list of server types (web, app, db, etc). I'd like to do classification on this fact, but when I try using one of the server types in my hiera config, it doesn't work. For simplicity, I've tested with another fact (filesystems) that also returns multiple

[Puppet Users] Re: Best practices for infrastructure

2013-08-23 Thread Paul Archer
Thanks for your input. There are some good suggestions and advice here. Martin, I will definitely look into a masterless setup, although I think I'll start with the more traditional multi-master setup to start with. -- You received this message because you are subscribed to the Google Groups "P

[Puppet Users] Best practices for infrastructure

2013-08-23 Thread Paul Archer
I'm new to puppet, fixin' to (in Texas parlance) setup a largish installation, and want to make sure I get things right the first time. I have a colo plus several satellite locations, with many more on the way. I'll be using open-source Puppet, as we have way too many nodes to manage (potential

Re: [Puppet Users] razor -> dhcp -> dns/bind

2012-08-07 Thread Paul Archer
I appreciate you responding, but this really doesn't help. It doesn't answer my questions at all. OK, I could just ignore these lines, but I really hate the idea of not using something because I don't have the documentation or I don't understand it. And what if I need DDNS? But the big thing is

[Puppet Users] Re: razor -> dhcp -> dns/bind

2012-08-07 Thread Paul Archer
Anyone? On Monday, August 6, 2012 4:58:53 PM UTC-5, Paul Archer wrote: > > [First, I'm an experienced Linux admin, but new to puppet.] > I'm trying to setup razor, which really needs a DHCP server. So I'm > following the guide here ( http://puppetlabs.com/blog/pupp

[Puppet Users] razor -> dhcp -> dns/bind

2012-08-06 Thread Paul Archer
[First, I'm an experienced Linux admin, but new to puppet.] I'm trying to setup razor, which really needs a DHCP server. So I'm following the guide here ( http://puppetlabs.com/blog/puppet-razor-module/ ), which points to a DHCP module. That module has a line in tests/init.pp ("require => B