Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple providers alerts #156

Closed
jas01 opened this issue Sep 12, 2016 · 11 comments
Closed

Multiple providers alerts #156

jas01 opened this issue Sep 12, 2016 · 11 comments

Comments

@jas01
Copy link
Contributor

jas01 commented Sep 12, 2016

Using puppetserver 4.6.x and puppetagent 1.6.2 on Debian Jessie I always get a warning message

Warning: Found multiple default providers for openldap_database: augeas, olc; using augeas

event with

  class { 'openldap::server':
    ldaps_ifs => ['/'],
    ssl_cert  =>
    ssl_key   =>
    ssl_ca    =>
    provider  => 'olc',
  }

class call.

In fact, after looking inside /etc/ldap it seem the puppet agent use olc not augeas.

By the way...why you still keep the augeas methods ? It's not recommended by openldap

@Dan33l
Copy link
Member

Dan33l commented Jan 5, 2018

I meet also exactly same issue.
Any work planed about this ?

@hostingnuggets
Copy link

Same issue here with Debian 9 as you can see below:

/var/cache/puppet/lib/puppet/provider/openldap_database/olc.rb:10: warning: key :osfamily is duplicated and overwritten on line 10
Warning: Found multiple default providers for openldap_database: olc, augeas; using olc

Is this puppet module still maintained? This issue is from 2016...

@kasimon
Copy link
Contributor

kasimon commented Aug 24, 2018

I get those too. Would be very neat if those could be fixed.

@raphink
Copy link
Member

raphink commented Sep 7, 2018

These are just warnings though. @jas01 iirc the augeas providers are for older versions which did not support the olc method. @mcanevet are they still needed?

@jas01
Copy link
Contributor Author

jas01 commented Sep 7, 2018 via email

@raphink
Copy link
Member

raphink commented Sep 7, 2018

@jas01 Agreed. I'll just wait for @mcanevet to make sure we don't need this (hopefully not).

@Dan33l
Copy link
Member

Dan33l commented Sep 7, 2018

Probably it should be possible to switch default to olc instead of augeas.

@mcanevet
Copy link
Member

mcanevet commented Sep 7, 2018

@raphink I honestly don't know

julienmorot added a commit to julienmorot/puppet-ldapauth that referenced this issue Sep 10, 2018
@stale
Copy link

stale bot commented Apr 19, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Apr 19, 2021
@hostingnuggets
Copy link

Please do not close issue and please update module.

@stale stale bot removed the wontfix label Apr 20, 2021
@smortex
Copy link
Member

smortex commented Aug 11, 2021

The augeas provider is now gone (#291), this issue should not appear anymore.

@smortex smortex closed this as completed Aug 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants