summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2016-09-24 13:09:27 +0200
committervarac <varacanero@zeromail.org>2016-09-24 13:09:27 +0200
commit107c94b28ffbec36d90e6a558cd97f7ff5aa2e41 (patch)
tree13c195a3e5037e7518a5643202f3229d4d38bbc0
parent9d9bc3d57eb0ac41755f4810cccb1c319fd69dca (diff)
deploy webapp:develop on elephant.dev
-rw-r--r--hiera/elephant.yaml2
-rw-r--r--nodes/elephant.json5
2 files changed, 6 insertions, 1 deletions
diff --git a/hiera/elephant.yaml b/hiera/elephant.yaml
index 69593c0..fef8ebc 100644
--- a/hiera/elephant.yaml
+++ b/hiera/elephant.yaml
@@ -232,7 +232,7 @@ sources:
revision: latest
type: apt
webapp:
- revision: origin/version/0.8
+ revision: develop
source: "https://leap.se/git/leap_web"
type: git
ssh:
diff --git a/nodes/elephant.json b/nodes/elephant.json
index 6763c5e..5e3b9e2 100644
--- a/nodes/elephant.json
+++ b/nodes/elephant.json
@@ -7,5 +7,10 @@
//"config": {
// "AllowTcpForwarding": "yes"
//}
+ },
+ "sources": {
+ "webapp": {
+ "revision": "develop"
+ }
}
}