mattheath / puppet-php

DEPRECATED see official Boxen fork:
https://github.com/boxen/puppet-php
MIT License
21 stars 53 forks source link

Error: Could not set 'present' on ensure Failed running /opt/boxen/homebrew/bin/brew boxen-latest homebrew/dupes/zlib #3

Closed kanedo closed 11 years ago

kanedo commented 11 years ago

I tried to install this puppet but it failed. With following error message

Error: Could not set 'present' on ensure: Failed running sudo -E -u kanedo      /opt/boxen/homebrew/bin/brew boxen-latest homebrew/dupes/zlib at     48:/opt/boxen/repo/shared/php/manifests/init.pp
Error: Could not set 'present' on ensure: Failed running sudo -E -u kanedo /opt/boxen/homebrew/bin/brew boxen-latest homebrew/dupes/zlib at 48:/opt/boxen/repo/shared/php/manifests/init.pp
Wrapped exception:
Failed running sudo -E -u kanedo /opt/boxen/homebrew/bin/brew boxen-latest homebrew/dupes/zlib
Error: /Stage[main]/Php/Package[homebrew/dupes/zlib]/ensure: change from absent to present failed: Could not set 'present' on ensure: Failed running sudo -E -u kanedo /opt/boxen/homebrew/bin/brew boxen-latest homebrew/dupes/zlib at 48:/opt/boxen/repo/shared/php/manifests/init.pp

I solved this by running

brew tap homebrew/dupes
mattheath commented 11 years ago

@kanedo This should now be fixed, thanks for reporting!