(maint) change domain to example.com

Prior to this commit the docs and examples used 'company.com'
(a real domain). This commit changes those occurrences to
'example.com', which is a IANA-managed reserved domain.
This commit is contained in:
Steve Axthelm 2018-07-19 15:19:26 -07:00
parent 099b53f348
commit c3d90dbfa6
9 changed files with 44 additions and 44 deletions

View file

@ -31,12 +31,12 @@ The following YAML configuration sets up two pools, `debian-7-i386` and `debian-
---
:providers:
:vsphere:
server: 'vsphere.company.com'
server: 'vsphere.example.com'
username: 'vmpooler'
password: 'swimsw1msw!m'
:redis:
server: 'redis.company.com'
server: 'redis.example.com'
:config:
logfile: '/var/log/vmpooler.log'