summaryrefslogtreecommitdiff
path: root/tests/puppet/provider/nodes/catalogtest.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/puppet/provider/nodes/catalogtest.json')
-rw-r--r--tests/puppet/provider/nodes/catalogtest.json39
1 files changed, 0 insertions, 39 deletions
diff --git a/tests/puppet/provider/nodes/catalogtest.json b/tests/puppet/provider/nodes/catalogtest.json
deleted file mode 100644
index 05703666..00000000
--- a/tests/puppet/provider/nodes/catalogtest.json
+++ /dev/null
@@ -1,39 +0,0 @@
-{
- "ip_address": "1.1.1.1",
- "openvpn": {
- "gateway_address": "1.1.1.2"
- },
- "services": [
- "couchdb",
- "mx",
- "soledad",
- "webapp",
- "monitor",
- "openvpn",
- "tor",
- "obfsproxy",
- "static"
- ],
- "tags": ["catalogtest","development"],
- "static": {
- "domains":{
- "example.org": {
- "tls_only": true,
- "locations": {
- "front": {
- "path": "/",
- "format": "amber",
- "source": {
- "type": "git",
- "repo": "https://leap.se/git/bitmask_help",
- "revision": "origin/master"
- }
- }
- },
- "cert": "= file('cert/example.org.crt')",
- "key": "= file('cert/example.org.key')",
- "ca_cert": "= file('cert/commercial_ca.crt')"
- }
- }
- }
-}