change the gitfs_remotes

This commit is contained in:
Lei Zhang 2014-08-01 10:59:46 +08:00
parent 4fcfe1eff7
commit c078da400a

View File

@ -1,11 +1,12 @@
Depend on following salt formula
* https://github.com/saltstack-formulas/mysql-formula.git
Add following line to the master's `gitfs_remotes`
Depend on following salt formula. Pls add following line to the master's `gitfs_remotes`
```
gitfs_remotes:
- https://bitbucket.org/Jeffrey4l/openstack-formula.git
- https://github.com/saltstack-formulas/mysql-formula.git
- https://github.com/saltstack-formulas/memcached-formula.git
- https://github.com/jeffrey4l/rabbitmq-formula.git
- https://github.com/jeffrey4l/keystone-formula.git
- https://github.com/jeffrey4l/glance-formula.git
- https://github.com/jeffrey4l/cinder-formula.git
- https://github.com/jeffrey4l/nova-formula.git
- https://github.com/jeffrey4l/openstack-formula.git
```