浏览代码

Merge pull request #145 from mmalecki/docs-ssl-properties-table

Fix a table in the Role Variables document
Jared 7 年之前
父节点
当前提交
c40722e259
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      docs/role_variables.md

+ 2 - 0
docs/role_variables.md

@@ -64,6 +64,8 @@ _Note: The above options are intended to provide users with flexibility. This al
 | `sensu_deploy_transport_config`    | `true`    | Determines whether or not to deploy transport config for sensu |
 
 ### Sensu/RabbitMQ SSL certificate properties
+| Name               | Default Value | Description                  |
+|--------------------|---------------|------------------------------|
 | `sensu_ssl_gen_certs` | `true` | Determines when this role generates its own SSL certs |
 | `sensu_ssl_manage_certs` | `true` | Determines when this role manages deployment of the certs |
 | `sensu_master_config_path` | `"{{ hostvars[groups['sensu_masters'][0]]['sensu_config_path'] }}"` | The configuration path of sensu on the first master host |