Change default for Hosts attribute to empty array.

This commit is contained in:
Eric Renfro 2015-05-13 12:33:03 -04:00
parent a936dddd64
commit 4c90411da3
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ Key | Type | Description
-------- | ------ | ------------------------------------------------------------------------------------ | ---------- | ---------
Id | String | Name of Data Bag item, and sudoers.d/Id filename. | None | Yes
Name | String | Instead of using Id, you can choose the name of the file for sudoers.d/Name instead. | Same as Id | No
Hosts | Array | List of hosts to apply this rule to by fqdn, can be wildcard matched. | None | Yes
Hosts | Array | List of hosts to apply this rule to by fqdn, can be wildcard matched. | [] | Yes
Action | String | `create` or `remove` Sets whether to create or remove the entry. | `create` | No
User | String | Username or %Groupname to use for the sudo rule. | None | Yes
Runas | String | Allowed colon-separated list of users for sudoers runas. | `ALL` | No