From 062bca4b65098d1a5717aeb7450fd6cac51f454f Mon Sep 17 00:00:00 2001 From: Ricardo Carrillo Cruz Date: Thu, 23 Apr 2015 11:50:14 +0200 Subject: [PATCH] Leave system_config_branch and as a global var, remove others --- group_vars/all.yml | 2 -- infra_config.yml.sample | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/group_vars/all.yml b/group_vars/all.yml index c2435a0..ebcc0a6 100644 --- a/group_vars/all.yml +++ b/group_vars/all.yml @@ -1,4 +1,2 @@ --- -system_config_repo_url: git@github.com:rcarrillocruz/system-config.git -system_config_repo_https_url: https://github.com/rcarrillocruz/system-config.git system_config_branch: infra_config diff --git a/infra_config.yml.sample b/infra_config.yml.sample index 602ffd1..e477c08 100644 --- a/infra_config.yml.sample +++ b/infra_config.yml.sample @@ -1,4 +1,6 @@ --- +system_config_repo_url: git@your_git_server/system-config.git +system_config_repo_https_url: https://your_git_server/system-config.git key_name: your_openstack_key infra_servers: - name: puppetmaster.yourdomain.cloud