This module enables the easy use of WP CLI to control your WordPress site through Puppet manifests https://chassis.github.io/puppet-wp/
Find a file
2025-12-24 11:55:11 +10:00
data Run PDK convert 2025-12-24 11:55:11 +10:00
docs Bump the version number and update docs 2025-12-24 11:39:15 +10:00
manifests Initialise held 2025-03-16 15:41:11 +10:00
spec Run PDK convert 2025-12-24 11:55:11 +10:00
templates BUG: Solved so commands with quotes and space now also works on Linux as well as on Windows. So now command "wp option update blogname 'My WordPress Site'" works as intended on both platforms. 2021-03-18 17:30:33 +01:00
.fixtures.yml BUG: Solved Travis CI unit testing error "Invalid resource type archive at /home/travis/build/Chassis/puppet-wp/spec/fixtures/modules/wp/manifests/cli.pp:22". This is caused by the module archive missing in the execution of the unit tests. I've added support for specifying external modules in the .fixtures.yml file. This file is loaded by the puppetlabs_spec_helper gem. This is the standard used in PDK for testing with external modules. This should solve the errors. I've also ran the same changes in testing code on the original code and all tests pass fine then as well. 2021-03-18 20:14:03 +01:00
.gitattributes Run PDK convert 2025-12-24 11:55:11 +10:00
.gitignore Run PDK convert 2025-12-24 11:55:11 +10:00
.pdkignore Run PDK convert 2025-12-24 11:55:11 +10:00
.puppet-lint.rc Run PDK convert 2025-12-24 11:55:11 +10:00
.rspec Run PDK convert 2025-12-24 11:55:11 +10:00
.rubocop.yml Run PDK convert 2025-12-24 11:55:11 +10:00
.sync.yml Run PDK convert 2025-12-24 11:55:11 +10:00
.travis.yml Specify minor version 2019-09-18 13:26:41 +10:00
.yardopts Run PDK convert 2025-12-24 11:55:11 +10:00
CHANGELOG.md Run PDK convert 2025-12-24 11:55:11 +10:00
Gemfile Run PDK convert 2025-12-24 11:55:11 +10:00
hiera.yaml Run PDK convert 2025-12-24 11:55:11 +10:00
LICENSE Add metadata.json for Puppet Forge 2021-03-22 12:51:23 +10:00
metadata.json Run PDK convert 2025-12-24 11:55:11 +10:00
package-lock.json Bump VuePress version 2021-03-21 15:18:16 +10:00
package.json Bump VuePress version 2021-03-21 15:18:16 +10:00
Rakefile Run PDK convert 2025-12-24 11:55:11 +10:00
README.md Refer to the docs in the readme 2019-09-01 20:44:52 +10:00
yarn.lock Bump VuePress version 2021-03-21 15:18:16 +10:00

Puppet WP-CLI

This module enables the easy use of WP CLI to control your WordPress site through Puppet manifests. It provides an easy abstraction for common WP CLI commands as well as installing the WP CLI binaries as needed.

Documentation

Detailed documentation is available on Github Pages.