Semaphore/deployment/docker/server/goss.yaml

61 lines
894 B
YAML
Raw Normal View History

2018-03-12 01:35:24 +01:00
file:
/usr/local/bin/server-wrapper:
2018-03-12 01:35:24 +01:00
exists: true
owner: semaphore
group: root
filetype: file
/usr/local/bin/semaphore:
exists: true
owner: semaphore
group: root
filetype: file
2018-03-12 01:35:24 +01:00
package:
go:
installed: false
# libc-dev:
# installed: false
2018-03-12 01:35:24 +01:00
nodejs:
installed: false
curl:
installed: true
git:
installed: true
mysql-client:
installed: true
openssh-client-default:
2018-03-12 01:35:24 +01:00
installed: true
python3:
installed: true
py3-pip:
installed: true
rsync:
installed: true
sshpass:
installed: true
tar:
installed: true
2018-03-12 01:35:24 +01:00
tini:
installed: true
tzdata:
installed: true
unzip:
installed: true
wget:
installed: true
zip:
installed: true
2018-03-12 01:35:24 +01:00
user:
semaphore:
exists: true
uid: 1001
gid: 0
home: /home/semaphore
2018-03-12 01:35:24 +01:00
command:
semaphore:
2021-08-27 10:33:17 +02:00
exit-status: 0
2018-03-12 01:35:24 +01:00
timeout: 10000