Puppet Class: apache::vhosts
- Defined in:
 - manifests/vhosts.pp
 
Summary
Creates `apache::vhost` defined types.Overview
host parameters or Configuring virtual hosts in the README section.
    Note:
    
  
See the ‘apache::vhost` defined type’s reference for a list of all virtual
        21 22 23 24 25 26  | 
      
        # File 'manifests/vhosts.pp', line 21
class apache::vhosts (
  Hash $vhosts = {},
) {
  include apache
  create_resources('apache::vhost', $vhosts)
}
       |