-
Notifications
You must be signed in to change notification settings - Fork 359
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
lacks documentation #52
Comments
This is a good point. Neither the "Installation" or "Usage" sections in that doc explain how Pillar should / can be used. Thanks for filing this. |
BTW, simple question. Can this formula be used with some parameters list (e.g., usernames?). As far as I can see, it works like 'all or nothing', I mean, you can't keep different sets of users for different hosts/hostgroups easily, right? |
Personally, I did this slightly modifying the code of this formula, adding virtusers section:
Then, I'm able to control what users to deploy per host individually through pillar data. I.e.
|
@skandyla |
Trying to guess the usage of this formula based on the pillar example is extremely frustrating, and the "official" doc is a dev doc for making new formulas, with barely any relevant information on how to use existing formulas.
While most of you probably already figured out how to use formulas, new users probably have a terrible time trying to use formulas.
The text was updated successfully, but these errors were encountered: