summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <root@lab.bitrigger.de>2013-02-15 11:18:30 +0100
committerroot <root@lab.bitrigger.de>2013-02-15 11:18:30 +0100
commit8af6d238e39db0b31e49724bd30328ed089fb09f (patch)
tree157c9cbdc9a4a81cf6eb980b1cfe6d03a519380f
parente580321ca55c77435c95035354aec833b7abc665 (diff)
updated config example
-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=''