Test setting user/group on cache

This commit is contained in:
Megan Wilhite 2023-04-13 08:43:41 -06:00 committed by Pedro Algarvio
parent f3ca68541a
commit 16b18fd640

View file

@ -1 +1,2 @@
adduser --system salt --group
if test -d /var/cache/salt/master; then chown -R salt:salt /var/cache/salt/master; fi