summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--platform-test.cfg.example7
1 files changed, 6 insertions, 1 deletions
diff --git a/platform-test.cfg.example b/platform-test.cfg.example
index 14fbd0b..d4efdcc 100644
--- a/platform-test.cfg.example
+++ b/platform-test.cfg.example
@@ -1,5 +1,6 @@
PROVIDER='example'
-ROOTDIR='~/leap_platform_testing'
+ROOTDIR='/root/platform-testing'
+PROVIDERDIR=$ROOTDIR/$PROVIDER
SERVICES='ca couchdb monitor openvpn tor webapp'
# options for leap_cli
@@ -8,3 +9,7 @@ OPTS='--yes'
# where is the script repo checkout ?
PLATFORM_TEST_BIN="$ROOTDIR/platform_test"
+LOGDIR='/var/log/leap/platform-test'
+
+MAIL_FROM="deploybot@`facter fqdn`"
+MAIL_TO=''