summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVarac <varac@leap.se>2018-03-16 17:04:59 +0100
committerVarac <varac@leap.se>2018-03-16 17:04:59 +0100
commit1c7b0c13206bed14aa2e1c5027ac2ea3ad547b78 (patch)
tree20e3669689450e0db1648749a5bc322f352f3de3
parent74823d30116404fcf479746bfc41c4931a18774f (diff)
Remove varac from cdev cron mails
-rw-r--r--hiera/donkey.yaml3
-rw-r--r--hiera/giraffe.yaml3
-rw-r--r--hiera/lynx.yaml3
-rw-r--r--provider.clientdev.json2
-rw-r--r--provider.demomail.json5
-rw-r--r--provider.demovpn.json3
-rw-r--r--provider.json3
-rw-r--r--provider.production.json5
-rw-r--r--provider.unstable.json3
9 files changed, 22 insertions, 8 deletions
diff --git a/hiera/donkey.yaml b/hiera/donkey.yaml
index a25fb98..97aa2c5 100644
--- a/hiera/donkey.yaml
+++ b/hiera/donkey.yaml
@@ -291,7 +291,8 @@ nagios:
clientdev:
contact_emails:
- drebs@leap.se
- - sysdev@leap.se
+ - kwadronaut.se
+ - micah@leap.se
demomail:
contact_emails:
- sysdev@leap.se
diff --git a/hiera/giraffe.yaml b/hiera/giraffe.yaml
index 6fbe0a5..46cede8 100644
--- a/hiera/giraffe.yaml
+++ b/hiera/giraffe.yaml
@@ -1,7 +1,8 @@
---
contacts:
- drebs@leap.se
- - sysdev@leap.se
+ - kwadronaut.se
+ - micah@leap.se
couch:
mode: plain
port: 5984
diff --git a/hiera/lynx.yaml b/hiera/lynx.yaml
index 3cc8d51..f203ebb 100644
--- a/hiera/lynx.yaml
+++ b/hiera/lynx.yaml
@@ -9,7 +9,8 @@ clamav:
whitelisted_addresses: []
contacts:
- drebs@leap.se
- - sysdev@leap.se
+ - kwadronaut.se
+ - micah@leap.se
couchdb_leap_mx_user:
password: HJXaTzM5gChwwr5Ur3epyacegvXNIDYK
salt: b80d3038cfaa3bd0802dc140752d0dc6
diff --git a/provider.clientdev.json b/provider.clientdev.json
index d8d98ee..0cffc08 100644
--- a/provider.clientdev.json
+++ b/provider.clientdev.json
@@ -1,6 +1,6 @@
{
"domain": "cdev.bitmask.net",
"contacts": {
- "default": "drebs@leap.se"
+ "default": ["drebs@leap.se", "micah@leap.se", "kwadronaut.se"]
}
}
diff --git a/provider.demomail.json b/provider.demomail.json
index d17be64..62ea326 100644
--- a/provider.demomail.json
+++ b/provider.demomail.json
@@ -1,4 +1,7 @@
{
"domain": "mail.bitmask.net",
- "enrollment_policy": "open"
+ "enrollment_policy": "open",
+ "contacts": {
+ "default": "sysdev@leap.se"
+ }
}
diff --git a/provider.demovpn.json b/provider.demovpn.json
index ed6f1d6..b1825ad 100644
--- a/provider.demovpn.json
+++ b/provider.demovpn.json
@@ -16,5 +16,8 @@
"client_version": {
"max": null,
"min": "0.9"
+ },
+ "contacts": {
+ "default": "sysdev@leap.se"
}
}
diff --git a/provider.json b/provider.json
index efc97ff..d739a23 100644
--- a/provider.json
+++ b/provider.json
@@ -14,9 +14,6 @@
"languages": ["en", "es", "pt", "de"],
"default_language": "en",
"enrollment_policy": "invite",
- "contacts": {
- "default": "sysdev@leap.se"
- },
"ca": {
"server_certificates": {
// not support by gandi:
diff --git a/provider.production.json b/provider.production.json
new file mode 100644
index 0000000..049179e
--- /dev/null
+++ b/provider.production.json
@@ -0,0 +1,5 @@
+{
+ "contacts": {
+ "default": "sysdev@leap.se"
+ }
+}
diff --git a/provider.unstable.json b/provider.unstable.json
index ff7106c..2d37bb8 100644
--- a/provider.unstable.json
+++ b/provider.unstable.json
@@ -2,5 +2,8 @@
"domain": "unstable.bitmask.net",
"service": {
"allow_anonymous": false
+ },
+ "contacts": {
+ "default": "sysdev@leap.se"
}
}