We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceddd75 commit 5b9b7ddCopy full SHA for 5b9b7dd
README.md
@@ -106,8 +106,8 @@ consul_template::watch { 'common':
106
| `package_ensure` | `latest` | Version of package to install |
107
| `config_dir` | `/etc/consul-template` | Path to store the consul-template configuration |
108
| `extra_options` | `''` | Extra options to be passed to the consul-template agent. See https://github.com/hashicorp/consul-template#options |
109
-| `service_enable` | `true | |
110
-| `service_ensure` | `running | |
+| `service_enable` | `true` | |
+| `service_ensure` | `running` | |
111
| `user` | `root` | This used to be a default of `consul-template` and this caused much out-of-box pain for people. |
112
| `group` | `root` | |
113
| `manage_user` | `false` | Module handles creating the user. |
0 commit comments