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-03-16 15:42:10 +10:00
docs Add unless for themes 2019-09-17 13:32:00 +10:00
manifests Initialise held 2025-03-16 15:41:11 +10:00
spec 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
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
.gitignore Add metadata.json for Puppet Forge 2021-03-22 12:51:23 +10:00
.travis.yml Specify minor version 2019-09-18 13:26:41 +10:00
Gemfile 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
LICENSE Add metadata.json for Puppet Forge 2021-03-22 12:51:23 +10:00
metadata.json Add metadata.json for Puppet Forge 2021-03-22 12:51:23 +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 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
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.