From c078da400aee72967e8ed10f512360deb5283bd8 Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Fri, 1 Aug 2014 10:59:46 +0800 Subject: [PATCH] change the gitfs_remotes --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index da74c36..46ff2d5 100644 --- a/README.md +++ b/README.md @@ -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 ```