mirror of
https://gh.wpcy.net/https://github.com/Chassis/puppet-wp.git
synced 2026-05-05 09:31:34 +08:00
17 lines
398 B
Markdown
17 lines
398 B
Markdown
# Installation
|
|
## Via Git
|
|
``` git
|
|
# (Assuming your modules directory is "modules/")
|
|
# As a standalone repo
|
|
git clone https://github.com/Chassis/puppet-wp.git modules/wp
|
|
|
|
# As a submodule
|
|
git submodule add https://github.com/Chassis/puppet-wp.git modules/wp
|
|
```
|
|
|
|
## Via the Puppet Forge
|
|
|
|
Puppet WP-CLI is also available via Puppet Forge.
|
|
``` shell script
|
|
puppet module install chassis-puppet_wp
|
|
```
|