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 user.pp #8

Closed joshbetz closed 6 years ago

joshbetz commented 10 years ago

Pretty straightforward:

It would be cool to be able to add/remove users like:

wp::user { 'josh': ensure => present } wp::user { 'admin': ensure => absent }

technicalpickles commented 10 years ago

Should be pretty easy to add in. I think it'd be as simple as basing it on wp::config is called, but instead call wp user.