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

Setting auto_update true creates dependency cycle

Open scottsb opened this issue 11 years ago • 2 comments

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]

scottsb avatar Mar 08 '15 20:03 scottsb

A workaround is to leave auto_update as false, and then include this separately:

composer::selfupdate { 'selfupdate_composer': }

scottsb avatar Mar 08 '15 20:03 scottsb

Same here.

If I can provide any kind of useful information in order to fix that, just ping me :)

JavierCane avatar May 02 '15 00:05 JavierCane