Update README.md
remove unused master_host variable in example.
This commit is contained in:
parent
b560f88816
commit
a40c56f591
1 changed files with 0 additions and 1 deletions
|
@ -103,7 +103,6 @@ scenario might look like:
|
||||||
|
|
||||||
**This is an example of a very basic 3-node setup for PuppetDB.**
|
**This is an example of a very basic 3-node setup for PuppetDB.**
|
||||||
|
|
||||||
$master_host = 'master.example.lan'
|
|
||||||
$puppetdb_host = 'puppetdb.example.lan'
|
$puppetdb_host = 'puppetdb.example.lan'
|
||||||
$postgres_host = 'postgres.example.lan'
|
$postgres_host = 'postgres.example.lan'
|
||||||
node 'master.example.lan' {
|
node 'master.example.lan' {
|
||||||
|
|
Loading…
Reference in a new issue