example.sh fixes

This commit is contained in:
Przemyslaw Kaminski 2015-06-03 13:36:34 +02:00
parent 8bb9a75ccc
commit bf5a5f36fd
2 changed files with 7 additions and 7 deletions

View File

@ -1,9 +1,9 @@
- id: node_1 - id: node_1
ip: 10.0.0.2
ssh_user: vagrant
ssh_key: /vagrant/tmp/keys/ssh_private
- id: node_2
ip: 10.0.0.3 ip: 10.0.0.3
ssh_user: vagrant ssh_user: vagrant
ssh_key: /vagrant/tmp/keys/ssh_private ssh_key: /vagrant/.vagrant/machines/solar-dev1/virtualbox/private_key
- id: node_2
ip: 10.0.0.4
ssh_user: vagrant
ssh_key: /vagrant/.vagrant/machines/solar-dev2/virtualbox/private_key

View File

@ -7,7 +7,7 @@ input:
value: mariadb value: mariadb
root_password: root_password:
schema: str! schema: str!
value: password value: mariadb
port: port:
schema: int! schema: int!
value: 3306 value: 3306