[Puppet Users] Re: Change Management Practices.

2009-07-17 Thread Russell Miller
On Fri, Jul 17, 2009 at 1:06 PM, Teyo Tyree wrote: > In the course of training and consulting with Puppet, the question of > change management best practices has come up over and over again. On the > edges, we have small teams that can get away with simply version controlling > their code using

[Puppet Users] Re: ldapmodfiy via exec

2008-11-13 Thread Russell Miller
On Thu, Nov 13, 2008 at 8:55 AM, [EMAIL PROTECTED] <[EMAIL PROTECTED]>wrote: > > I'm trying to execute an ldap modify command but have run into issues > with multiple lines and can't seem to find a happy medium. Any ideas ? > I just created a script that does all of the ldap server setup for me.

Re: [Puppet Users] Use custom facts in erb templates

2015-10-11 Thread Russell Miller
Don't forget the "@". Ruby scoping rules still apply. <%= @hostname["interfaces_ipv4"]["eth0"]["bootproto"] %> should work, though I haven't tested it, obviously. Also don't forget that puppet scoping rules ALSO apply, so the variable has to be accessible from the class from which the templati

Re: [Puppet Users] Use custom facts in erb templates

2015-10-11 Thread Russell Miller
On Sunday, October 11, 2015 at 7:06:11 PM UTC-7, Vikas Kumar wrote: > > Hi Russel, > > I tried to use reference the variable as below, but got an error. > Vikas, that means either it's not a hash or a requested hash element doesn't exist. I don't have a puppet instance in front of me so I'm no

Re: [Puppet Users] Use custom facts in erb templates

2015-10-11 Thread Russell Miller
On Sunday, October 11, 2015 at 7:29:43 PM UTC-7, Vikas Kumar wrote: > > Russel, > > I can see the hash on puppet master but not on agent. Can this be the > reason ? Importantly, when I try to create a file for custom facts on > agent, it gets deleted in the subsequent puppet run. > > Yes, the

[Puppet Users] Re: strange behave of newly added puppet client

2015-12-29 Thread Russell Miller
On Tuesday, December 29, 2015 at 2:00:26 PM UTC-8, Thorsten wrote: > > > err: Failed to apply catalog: Invalid parameter ensure at > /etc/puppet/modules/cassandra/manifests/datastax_repo.pp:27 > > The first thing to do is check to see if any of your included modules also include cassandra. You