0
0
mirror of https://github.com/saltstack-formulas/users-formula.git synced 2025-01-22 22:26:17 +01:00
Go to file
Adam Wright 2c58a76ce6 Check for sudo_rules before text.append state.
Since ebe5198f, if a user's pillar dict didn't contain sudo_rules, a broken
file.append state would be rendered (since some text is required). With
this patch, the file is still created/managed by the previous state, but
will be empty by default if created fresh. This seems a more sensible
default than assuming a default sudoer policy.

Further, since the first word on each rule line should be the user's
name, that is now assumed.
2014-02-22 08:43:52 +00:00
users Check for sudo_rules before text.append state. 2014-02-22 08:43:52 +00:00
LICENSE Add LICENSE. 2013-07-28 00:46:08 +02:00
pillar.example Fix ssh_auth.names in example pillar 2014-02-14 15:33:03 +01:00
README.rst Remove example pillar from README. 2013-07-28 00:55:33 +02:00

users
=====

Configure users via pillar