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

Add support for multisite-install #3

Closed joshbetz closed 11 years ago

joshbetz commented 11 years ago

Should also support multisite installs.

I'm happy to make any necessary change, but I think this is pretty solid.

rmccue commented 11 years ago

Looks great! Could we maybe make $base the same as $url and eliminate that?

joshbetz commented 11 years ago

I thought about that. Would it be confusing to say "If you're doing multisite, $url is the base path. If you're doing single site, $url is the url."? If you think that would work though, I can make that change.

joshbetz commented 11 years ago

Should be all set on this one.

rmccue commented 11 years ago

Thanks! :cake:

rmccue commented 10 years ago

@joshbetz I had to correct this to --url instead of --base, otherwise WP-CLI used example.com as my domain. Am I doing something wrong? :)