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

Fix mco r10k deploy command in docs to match actual behaviour #574

Merged
merged 1 commit into from
Dec 5, 2021

Conversation

optiz0r
Copy link
Contributor

@optiz0r optiz0r commented Dec 4, 2021

Pull Request (PR) description

The mco r10k application takes the next arg following the deploy
action as the environment name to be updated. The example command
in the README prefixes the environment name with the environment
keyword, which causes r10k to be invoked as

r10k deploy environment environment -p

instead of the expected environment name. Since the environment
environment likely does not exist, this renders the mco r10k deploy
command a noop.

This Pull Request (PR) fixes the following issues

Fixes #573

The `mco r10k` application takes the next arg following the `deploy`
action as the environment name to be updated. The example command
in the README prefixes the environment name with the `environment`
keyword, which causes r10k to be invoked as

```bash
r10k deploy environment environment -p
```

instead of the expected environment name. Since the `environment`
environment likely does not exist, this renders the `mco r10k deploy`
command a noop.

Fixes #573
@bastelfreak bastelfreak merged commit be874a5 into master Dec 5, 2021
@bastelfreak bastelfreak deleted the mco_doc_fix branch December 5, 2021 10:53
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.

Docs wrong for mcollective "deploy" command?
2 participants