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

Use `--url` instead of `--site` for multisite installs #14

Closed rmccue closed 10 years ago

rmccue commented 10 years ago

See #3. Looks like we really wanted --url not --site here.

Waiting on @joshbetz's approval for this, since he wrote the original.

joshbetz commented 10 years ago

I'm not sure we really need site or base. If I remember correctly, --base sets $base in the wp-config, which may or may not even be used anymore.

--url is something different and shouldn't be necessary for multisite-install.

rmccue commented 10 years ago

--url is something different and shouldn't be necessary for multisite-install.

Turns out if you don't have this, it sets up the wp_sites table incorrectly. Whoops.