Displaying 4 results from an estimated 4 matches for "meltwater".
2013 Dec 13
3
Resource ordering only using Hiera?
...type ''${resource2_type}'' for
\$resource2_type")}
}
}
default: {fail("Unknown resource type ''${resource1_type}'' for
\$resource1_type")}
}
Thank you for taking the time to wade through my lengthy question.
--
Joseph Swick <joseph.swick@meltwater.com>
Operations Engineer
Meltwater Group
2013 Dec 12
2
Stdlib and Defined Types
All,
Does anyone know of a way to add a file-centric backtrace to the validate
functions in the Stdlib?
If you use a validator in a defined type, you end up not having any idea
what actually threw the error.
Though much has moved to parameterized classes, there are still times when
defines are useful and it would be nice to know what calling
class/define/stack was blowing up.
Thanks,
Trevor
2013 Nov 14
2
User Management in LDAP/Kerberos (freeipa)
Hi,
I''m faced with the question if we should be doing user management directly
using freeipa (an integrated LDAP, Kerberos, CA, etc) or by manipulating
freeipa using Puppet.
Installation and configuration of the service is already performed through
Puppet so this only concerns the data stored by freeipa (users, groups,
sshkeys, sudo permissions, etc).
Pros of puppet:
- everything
2013 Oct 30
2
:merge_behavior: deeper and hiera_hash
Hi,
To my surprise hashes passed to class parameters pulled from hiera with
:merge_behavior: deeper, are not merged "as expected", where as hiera_hash
does work "as expected".
Or to rephrase: they behave differently, despite merge_behavior being set.
I found a snippet documenting this here:
http://docs.puppetlabs.com/hiera/1/lookup_types.html#deep-merging-in-hiera--120