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

Allow running WP CLI as non-root #22

Closed rmccue closed 10 years ago

rmccue commented 10 years ago

See #18 for discussion. This fixes it in a slightly different way, by adding defaults.

To override the user:

class { 'wp':
    user => 'my-user',
}