Our systems are Ubuntu Xenial with Systemd removed, and we're using goss
for validating system configurations. Our VM image build process suddenly started failing with goss
complaining that a number of services that should be running allegedly aren't:
...
Service: postfix: enabled:
Expected
<bool>: false
to equal
<bool>: true
Service: postfix: running:
Expected
<bool>: false
to equal
<bool>: true
Service: ssh: enabled:
Expected
<bool>: false
to equal
<bool>: true
Service: ssh: running:
Expected
<bool>: false
to equal
<bool>: true
...
However, I verified that the services are, in fact, up and running, as they should, so goss
is reporting incorrectly here.