Release new version 0.108
[grml-debootstrap.git] / tests / goss.yaml
1 process:
2   sshd:
3     running: true
4
5 file:
6   /etc/timezone:
7     exists: true
8     contains: ["Europe/Vienna"]
9   /etc/localtime:
10     filetype: symlink
11     exists: true
12     linked-to: /usr/share/zoneinfo/Europe/Vienna
13
14   # shadow passwords are enabled.
15   /etc/shadow:
16     exists: true
17   /etc/gshadow:
18     exists: true