On 29/02/16 01:18, Robert Davidson wrote:
I think I figured it out.
For whatever reason, delete_undef_values wasn't doing what it said on the tin -
I'm not sure why,
> or if I should even report this as a bug to the puppet-keystone devs.
That looks like a valid bit
of puppetry to me, and I h
Hello all,
I am trying to come up with a svn structure for hiera files that works on a
multi tier environment...
I have 3 environments: Dev, QA and Prod, each of them with its own puppet
master server.
This is how the SVN structure looks like:
svn
└─ trunk
└─ hiera
Does anyone know if this can be done with puppet OSS?
--
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 view this
I think I figured it out.
The problem statement was
$domains = unique(delete_undef_values([ $admin_user_domain,
$admin_project_domain, $service_project_domain]))
keystone_domain { $domains:
ensure => present,
enabled => true,
}
For whatever reason, delete_undef_values wasn't doing w
I have seen the same type of error with a custom fact, that was failing to
set the proper value for the variable(the variable was an array). Then the
empty variable was used as a name for resource creation.
Care to check for that in your manifests?
Hristo
On Feb 28, 2016 11:17 PM, "Robert Davidson
(This is under puppet 3.6.2.)
In my ongoing monkey-knife-fight with the openstack puppet modules, I've run
across a weird thing. I'm getting this error when I try to run puppet with a
particular role:
Error: Could not retrieve catalog from remote server: Could not intern from
text/pson: Could n
Hi,
On 28 Feb 2016, at 00:39, Robert Davidson wrote:
> I'm quite certain that there's something in the documentation that I'm
> missing here. (It has all the hallmarks of an Own Damn Fault situation.)
> Nonetheless, as I'm getting nowhere, I figure I'll fling out a cry for help.
>
> How do you