mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 01:58:41 -05:00
(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:
parent
099b53f348
commit
c3d90dbfa6
9 changed files with 44 additions and 44 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue