mirror of
https://gh.wpcy.net/https://github.com/Chassis/puppet-wp.git
synced 2026-04-29 03:45:05 +08:00
7 lines
146 B
Puppet
Executable file
7 lines
146 B
Puppet
Executable file
# Our base Puppet WP Class.
|
|
class wp (
|
|
$user = $::wp::params::user,
|
|
$php_package = $::wp::params::php_package,
|
|
) inherits wp::params {
|
|
# ...
|
|
}
|