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
There needs to be an easy way to upgrade all toolchains and rustup itself as well.
rustup
rustup { 'user': ensure => latest, update => all, toolchains => ['stable', 'nightly'], }
What are other potential values for update? Should it be a value for ensure instead, e.g. latest_all?
update
ensure
latest_all
Additionally, we may not want to run rustup update every puppet run. A cron job may be preferable.
rustup update
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There needs to be an easy way to upgrade all toolchains and
rustup
itself as well.What are other potential values for
update
? Should it be a value forensure
instead, e.g.latest_all
?Additionally, we may not want to run
rustup update
every puppet run. A cron job may be preferable.The text was updated successfully, but these errors were encountered: