Chassis / puppet-wp

This module enables the easy use of WP CLI to control your WordPress site through Puppet manifests
https://chassis.github.io/puppet-wp/
GNU Lesser General Public License v3.0
44 stars 39 forks source link

Make the wp-cli install actually complete #6

Closed zamoose closed 10 years ago

zamoose commented 10 years ago

This has to be set, otherwise wp-cli install routine ends up returning a 1 instead of a 0, Puppet freaks out and thinks the install failed and so all downstream interactions that reply upon it being installed fail as a broken dependency.

rmccue commented 10 years ago

Thanks a bunch! :shipit: