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
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.
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
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
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
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