Skip to content

Commit 86de8a4

Browse files
committed
Small readme cleanups
1 parent 6fb5bf1 commit 86de8a4

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

README.markdown

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -87,17 +87,17 @@ class { '::consul':
8787
For more security options, consider leaving the `client_addr` set to `127.0.0.1`
8888
and use with a reverse proxy:
8989
```puppet
90-
$aliases = ['consul', 'consul.example.com']
90+
$aliases = ['consul', 'consul.example.com']
9191
92-
# Reverse proxy for Web interface
93-
include 'nginx'
92+
# Reverse proxy for Web interface
93+
include 'nginx'
9494
95-
$server_names = [$::fqdn, $aliases]
95+
$server_names = [$::fqdn, $aliases]
9696
97-
nginx::resource::vhost { $::fqdn:
98-
proxy => 'http://localhost:8500',
99-
server_name => $server_names,
100-
}
97+
nginx::resource::vhost { $::fqdn:
98+
proxy => 'http://localhost:8500',
99+
server_name => $server_names,
100+
}
101101
```
102102

103103
## Service Definition
@@ -156,7 +156,11 @@ You can also use `consul::checks` which accepts a hash of checks, and makes
156156
it easy to declare in hiera.
157157

158158
## Removing Service, Check and Watch definitions
159-
Do `ensure => absent` while removing existing service, check and watch definitions. This ensures consul will be reloaded via `SIGHUP`. If you have `purge_config_dir` set to `true` and simply remove the definition it will cause consul to restart.
159+
160+
Do `ensure => absent` while removing existing service, check and watch
161+
definitions. This ensures consul will be reloaded via `SIGHUP`. If you have
162+
`purge_config_dir` set to `true` and simply remove the definition it will cause
163+
consul to restart.
160164

161165
## ACL Definitions
162166

0 commit comments

Comments
 (0)