puppet-composer
puppet-composer copied to clipboard
Setting auto_update true creates dependency cycle
When auto_update is set to true, the following dependency cycle is created:
Exec[composer_selfupdate_auto_update] =>
Composer::Selfupdate[auto_update] =>
Class[Composer] =>
Composer::Selfupdate[auto_update] =>
Exec[composer_selfupdate_auto_update]
A workaround is to leave auto_update as false, and then include this separately:
composer::selfupdate { 'selfupdate_composer': }
Same here.
If I can provide any kind of useful information in order to fix that, just ping me :)