Adding config file to /etc/aurora

This commit is contained in:
Renan DelValle 2018-10-25 17:30:01 -07:00
parent 1a046b30af
commit d4f442d05c
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9
3 changed files with 16 additions and 2 deletions

View file

@ -1 +1,2 @@
build/australis usr/bin
build/australis usr/bin
debian/etc/aurora/australis.yml etc/aurora

2
debian/compat vendored
View file

@ -1 +1 @@
9
10

13
debian/etc/aurora/australis.yml vendored Normal file
View file

@ -0,0 +1,13 @@
---
#username: "aurora"
#password: "secret"
#clientKey: "/path/to/client/key"
#clientCert: "/path/to/client/cert"
#caCertsPath: "/path/to/ca/certs"
#skipCertVerification: true
#scheduler: "http://DirecToScheduler"
#zk:
#- 192.168.3.1
#- 192.168.3.2
#- 192.168.3.3