Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide mv wrapper task #86

Merged
merged 1 commit into from Apr 2, 2020
Merged

Provide mv wrapper task #86

merged 1 commit into from Apr 2, 2020

Conversation

reidmv
Copy link
Contributor

@reidmv reidmv commented Apr 2, 2020

This task exists as a convenience for users who need predictable sudo
commands without variance to write into their sudoers rules. The only real
variable in commands used by peadm is the filename of the PE installer
tarball. This task can be used in a pre-plan to homogenize calls to sudo.
Rather than literally calling "mv" with a variable filename, the mv.sh task
can be called. Inputs come as environment variables so the call doesn't
change.

This task exists as a convenience for users who need predictable sudo
commands without variance to write into their sudoers rules. The only real
variable in commands used by peadm is the filename of the PE installer
tarball. This task can be used in a pre-plan to homogenize calls to sudo.
Rather than literally calling "mv" with a variable filename, the mv.sh task
can be called. Inputs come as environment variables so the call doesn't
change.
@reidmv reidmv merged commit e91d466 into master Apr 2, 2020
@reidmv reidmv deleted the mv branch July 7, 2020 20:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant