remove sudo call
This commit is contained in:
parent
3c84b3c070
commit
5e6c8e6455
1 changed files with 1 additions and 1 deletions
2
tests.sh
2
tests.sh
|
|
@ -59,7 +59,7 @@ poetry run \
|
||||||
--harvest "${BUNDLE_DIR}3" \
|
--harvest "${BUNDLE_DIR}3" \
|
||||||
--out "${PUPPET_DIR}3" \
|
--out "${PUPPET_DIR}3" \
|
||||||
--target puppet
|
--target puppet
|
||||||
sudo puppet apply --modulepath "${PUPPET_DIR}3/modules" "${PUPPET_DIR}3/manifests/site.pp" --noop
|
puppet apply --modulepath "${PUPPET_DIR}3/modules" "${PUPPET_DIR}3/manifests/site.pp" --noop
|
||||||
|
|
||||||
# Ansible mode!
|
# Ansible mode!
|
||||||
builtin cd "${ANSIBLE_DIR}"
|
builtin cd "${ANSIBLE_DIR}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue