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

Does not support mac os #34

Open
asyncmind0 opened this issue Mar 23, 2017 · 1 comment
Open

Does not support mac os #34

asyncmind0 opened this issue Mar 23, 2017 · 1 comment

Comments

@asyncmind0
Copy link

Salt supports mac os minions, but this formula does not ?

@javierbertoli
Copy link
Member

Hi @jagguli, formulas are contributed by the community, so they usually support 'whatever the contributors use/need/know about'.

As you're not providing details about errors or issues you're getting with this formula, I just can suggest you a couple of possibilities to get this working:

  1. You can add pillar data that reflects your OS needs, like:
sudoers:
  pkg: mac-sudo
  config-path: /some/path/to/sudo/config
  exec-prefix: /path/to/bin/sudo
  group: sudo-group

I don't have any mac os around, so I'm inventing values here, but you get the idea.

  1. I see in map.jinja FreeBSD support, so probably it's just a matter of adding in that file a new mac os entry line with the corresponding parameters (as mentioned above), and submit a PR so mac os support is permanently added to the formula? 😉

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

2 participants