summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
+ }
}
}