You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.
According to the readme, the auto_update parameter should cause composer to be updated, when puppet is run.
You can also auto update composer by using the auto_update parameter. This will update Composer only when you will run Puppet.
However this does not work. All this does is add a cronjob to update composer, but there is no update during puppet run.
Steps to reproduce
class { '::composer':
auto_update => true
}
Expected behavior
Composer is updated during puppet run.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
According to the readme, the auto_update parameter should cause composer to be updated, when puppet is run.
Steps to reproduce
Expected behavior
Composer is updated during puppet run.
The text was updated successfully, but these errors were encountered: