puppetlabs-docker
puppetlabs-docker copied to clipboard
Fix argument order on compose up
Summary
Correct the order of arguments in Docker compose command by moving the up_args to after the up command
Additional Context
Add any additional context about the problem here.
- [ ] Root cause and the steps to reproduce. (If applicable)
- [ ] Thought process behind the implementation.
Related Issues (if any)
Mention any related issues or pull requests. #1036
Checklist
- [ ] 🟢 Spec tests.
- [ ] 🟢 Acceptance tests.
- [x] Manually verified. (For example
puppet apply)