mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-22 03:38:01 +00:00
7 lines
109 B
Puppet
7 lines
109 B
Puppet
class apache::vhosts (
|
|
$vhosts = {},
|
|
) {
|
|
include ::apache
|
|
create_resources('apache::vhost', $vhosts)
|
|
}
|