cdist/cdist/conf/type/__snakeoil_cert/explorer/ssl-cert-group

9 lines
100 B
Plaintext
Raw Normal View History

2021-07-01 08:49:07 +00:00
#!/bin/sh -e
if grep -Eq '^ssl-cert:' /etc/group
then
echo 'present'
else
echo 'absent'
fi