Re: [Puppet Users] Considering LDAP ENC

2012-01-26 Thread Brian Wong
On Wed, Jan 25, 2012 at 10:57 AM, Throwe, Jesse wrote: > Having just gone through this conversion recently, it's not as hard as it > seems. > > - Puppet variables are managed through the puppetVar entries for the > objectClass so theres no need to extend the schema. > - All variables are passed t

Re: [Puppet Users] Considering LDAP ENC

2012-01-26 Thread Throwe, Jesse
Having just gone through this conversion recently, it's not as hard as it seems. - Puppet variables are managed through the puppetVar entries for the objectClass so theres no need to extend the schema. - All variables are passed to the manifests as a string. You need to identify your hashes in yo

Re: [Puppet Users] Considering LDAP ENC

2012-01-25 Thread Craig White
On Jan 25, 2012, at 8:44 AM, Brian Wong wrote: > I have been reading about the LDAP ENC at the wiki > http://projects.puppetlabs.com/projects/puppet/wiki/LDAP_Nodes. > > I am considering using the LDAP ENC, but I have a couple of concerns > when it comes to the implementation. > - It seems that