example42 / puppet-php

A puppet module for php. According to Example42 NextGen spec.
Other
45 stars 62 forks source link

Added default install options params to fix some bugs #89

Closed gabrielbull closed 9 years ago

gabrielbull commented 9 years ago

Fixed bug with yum introduced by PR #81:

==> default: Error: Execution of '/bin/yum -d 0 -e 0 -y  list php' returned 1: No such command: . Please use /bin/yum --help
==> default: Error: /Stage[main]/Php/Package[php]/ensure: change from absent to present failed: Execution of '/bin/yum -d 0 -e 0 -y  list php' returned 1: No such command: . Please use /bin/yum --help

capture d ecran 2015-03-14 a 11 42 54

alvagante commented 9 years ago

thanks!