We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hiera Code:
gitlab_ci_runner::runners: test_runner3: url: "https://git.alternative.org/ci" registration-token: "abcdef1234567890" locked: "false"
At the command line it is represented:
--locked "false"
According to https://gitlab.com/gitlab-org/gitlab-runner/merge_requests/758 Boolean values must be declared with equal sign e.g. --flag=x
Boolean values
--flag=x
This does work but at the same time it's awful hack:
locked=false:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
How to reproduce (e.g Puppet code you use)
Hiera Code:
What are you seeing
At the command line it is represented:
What behaviour did you expect instead
According to https://gitlab.com/gitlab-org/gitlab-runner/merge_requests/758
Boolean values
must be declared with equal sign e.g.--flag=x
Any additional information you'd like to impart
This does work but at the same time it's awful hack:
The text was updated successfully, but these errors were encountered: