diff options
Diffstat (limited to 'app-admin/puppet/files/puppet-0.24.4-stack_ldap.patch')
-rw-r--r-- | app-admin/puppet/files/puppet-0.24.4-stack_ldap.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/app-admin/puppet/files/puppet-0.24.4-stack_ldap.patch b/app-admin/puppet/files/puppet-0.24.4-stack_ldap.patch index b8dd005..cca2583 100644 --- a/app-admin/puppet/files/puppet-0.24.4-stack_ldap.patch +++ b/app-admin/puppet/files/puppet-0.24.4-stack_ldap.patch @@ -1,3 +1,16 @@ +--- lib/puppet/defaults.rb.orig 2008-03-16 15:43:05.000000000 +0100 ++++ lib/puppet/defaults.rb 2008-04-07 16:49:25.772991000 +0200 +@@ -617,6 +617,10 @@ + :ldapclassattrs => ["puppetclass", + "The LDAP attributes to use to define Puppet classes. Values + should be comma-separated."], ++ :ldapstackedattrs => ["puppetvar", ++ "The LDAP attributes that should be stacked to arrays by adding ++ the values in all hierarchy elements of the tree. Values ++ should be comma-separated."], + :ldapattrs => ["all", + "The LDAP attributes to include when querying LDAP for nodes. All + returned attributes are set as variables in the top-level scope. --- lib/puppet/indirector/node/ldap.rb.orig 2008-04-07 16:34:43.314125000 +0200 +++ lib/puppet/indirector/node/ldap.rb 2008-04-07 17:34:18.645503750 +0200 @@ -15,6 +15,11 @@ |