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
Hello,
I am a little fresh in puppet and need to override the zsh binary. I saw that it's overridable through parameters, but my changes seem to get ignored:
class { 'ohmyzsh': zsh => '/bin/zsh', home => 'foobar' }
Error is Error: Shell /usr/bin/zsh must exist
Error: Shell /usr/bin/zsh must exist
The text was updated successfully, but these errors were encountered:
The best place to do it is in the user function no in the ohmyzsh class.
https://docs.puppetlabs.com/references/latest/type.html#user
Sorry, something went wrong.
No branches or pull requests
Hello,
I am a little fresh in puppet and need to override the zsh binary. I saw that it's overridable through parameters, but my changes seem to get ignored:
Error is
Error: Shell /usr/bin/zsh must exist
The text was updated successfully, but these errors were encountered: