Skip to content
New issue

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

Setting auto_update true creates dependency cycle #72

Open
scottsb opened this issue Mar 8, 2015 · 2 comments
Open

Setting auto_update true creates dependency cycle #72

scottsb opened this issue Mar 8, 2015 · 2 comments
Labels

Comments

@scottsb
Copy link

scottsb commented Mar 8, 2015

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
Copy link
Author

scottsb commented Mar 8, 2015

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

composer::selfupdate { 'selfupdate_composer': }

@JavierCane
Copy link

Same here.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants