Rename recipes by roots

This commit is contained in:
Carlos Álvaro
2019-02-23 12:41:54 +01:00
parent 632a7b6fc0
commit 0311a5ec9f
3 changed files with 9 additions and 9 deletions

View File

@@ -22,7 +22,7 @@ quickstart:
--publish=4505:4505/tcp --publish=4506:4506/tcp \
--env "USERMAP_UID=$(shell id -u)" --env "USERMAP_GID=$(shell id -g)" \
--env SALT_LOG_LEVEL=info \
--volume $(shell pwd)/recipes/:/home/salt/data/srv/ \
--volume $(shell pwd)/roots/:/home/salt/data/srv/ \
--volume $(shell pwd)/keys/:/home/salt/data/keys/ \
--volume $(shell pwd)/logs/:/home/salt/data/logs/ \
cdalvaro/saltstack-master:latest