Steno Module - Add User to Config and add techpreview tag

This commit is contained in:
Mike Reeves
2018-09-24 22:22:00 -04:00
parent cc5536a511
commit 21ae45b8be
3 changed files with 3 additions and 5 deletions

View File

@@ -11,6 +11,6 @@
, "Interface": "{{ interface }}"
, "Port": 1234
, "Host": "127.0.0.1"
, "Flags": ["-v"]
, "Flags": ["-v", "--uid=stenographer", "--gid=stenographer"]
, "CertPath": "/etc/stenographer/certs"
}

View File

@@ -66,7 +66,7 @@ pcapindexdir:
so-steno:
docker_container.running:
- image: toosmooth/so-steno:test2
- image: toosmooth/so-steno:techpreview
- network_mode: host
- privileged: True
- port_bindings:

View File

@@ -188,9 +188,7 @@ create_bond() {
do
echo $line >> /etc/network/interfaces
done
cp $TMP/interfaces /etc/network/interfaces
IFS=$'\n'
for line in $MINT
do