From 4c90411da3b112425d015d1c5bfd7552142b4a4a Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Wed, 13 May 2015 12:33:03 -0400 Subject: [PATCH] Change default for Hosts attribute to empty array. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d1c87a..d98e983 100644 --- a/README.md +++ b/README.md @@ -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