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

ldap publisher_acl by hostname #370

Closed
wesleyarthur opened this issue Jun 8, 2018 · 1 comment
Closed

ldap publisher_acl by hostname #370

wesleyarthur opened this issue Jun 8, 2018 · 1 comment
Labels

Comments

@wesleyarthur
Copy link

wesleyarthur commented Jun 8, 2018

It doesn't seem like the ldap section of the f_defaults.conf can handle specifying only web* minions like this:

publisher_acl:
  fred:
    - web*:
      - test.*
      - pkg.*

It ends up generating this and the salt master can't process it. It ends up turning into this wrapped in extra single quotes:

publisher_acl:
  fred:
     - '{'web*': ['test.*', 'pkg.*']}'

It should look something like this (without the single quotes on the ends):

publisher_acl:
  fred:
    - {'web*': ['test.*', 'pkg.*']}
@aboe76 aboe76 added the bug label Jan 26, 2019
@aboe76
Copy link
Member

aboe76 commented Jan 30, 2019

fixed with #379

@aboe76 aboe76 closed this as completed Jan 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants