commit | 2cd47d6b8394303fff3feb69b884b180c1316594 | [log] [tgz] |
---|---|---|
author | Dmirty Kalashnik <dkalashnik@mirantis.com> | Wed Jan 25 17:54:54 2017 +0400 |
committer | GitHub <noreply@github.com> | Wed Jan 25 17:54:54 2017 +0400 |
tree | 0148fc83c6df67985ca6d14629b640eb95e0a21d | |
parent | 74c9753bbc3c159920aed6cc408ae8c497e33d40 [diff] |
Add missing sigil before salt_master_environment_repository
diff --git a/salt/master/formula/git/ccp.yml b/salt/master/formula/git/ccp.yml index b124870..c8f1c65 100644 --- a/salt/master/formula/git/ccp.yml +++ b/salt/master/formula/git/ccp.yml
@@ -6,5 +6,5 @@ formula: ccp: source: git - address: '{_param:salt_master_environment_repository}/salt-formula-ccp.git' + address: '${_param:salt_master_environment_repository}/salt-formula-ccp.git' revision: ${_param:salt_master_environment_revision}