puppet-composer icon indicating copy to clipboard operation
puppet-composer copied to clipboard

auto_update not working as described

Open Khartir opened this issue 3 years ago • 0 comments

Description

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.

Khartir avatar Jun 29 '22 09:06 Khartir