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

How to override binary #4

Open
dvcrn opened this issue May 2, 2014 · 1 comment
Open

How to override binary #4

dvcrn opened this issue May 2, 2014 · 1 comment

Comments

@dvcrn
Copy link

dvcrn commented May 2, 2014

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

@cotocisternas
Copy link

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

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

No branches or pull requests

2 participants