Re: [Puppet Users] compare filebucket

2015-03-02 Thread Sam Coffland
Found this old post when looking for a way to do this. I wrote the following short script for this purpose. It will give you a diff of each copy of a file you search for compared to the next older version in the file bucket starting with the current file. Hope it helps someone else as the file b

Re: [Puppet Users] Quick question about types/providers

2015-03-02 Thread Peter Berghold
Turned out restarting the puppet master was the solution. Drove me insane for a while, but now all but a couple of things have started to work. I've posted about one of them in a separate thread. On Sun, Mar 1, 2015 at 2:58 PM Felix Frank wrote: > Can you make your code available somewhere, so

[Puppet Users] Provider throwing errors

2015-03-02 Thread Peter Berghold
Can someone look at this code? def get_bind_cfg_value(key) Puppet.warning("entered get_bind_cfg") if Facter.value('multibind_present') if Facter.value('multibind_configured') configuration=Facter.value('multibind_configuration') instance_cfg = configuration[resource(

[Puppet Users] Re: Problems with puppet agent on EL7 systems

2015-03-02 Thread smalderma
Hi Red! Thanks for the reply, I'm familiar with the new interface labelling, though I'd be hard pressed to translate it with out the docs :) facter interfaces on both servers produces what one would expect... [root@buildtest1]# cat /etc/system-release > Oracle Linux Server release 7.0 > [root@b

Re: [Puppet Users] Re: Problems with puppet agent on EL7 systems

2015-03-02 Thread smalderma
Michael, Thanks for the reply. I use Foreman as ENC, and my buildtest boxes are in a host group that applies our basic site-wide puppet classes. I have set them to not be in a hostgroup and thus not have any classes applied, but the same error persists. I'm just not sure of what the error ev