Puppet Class: apache::redhat

Defined in:
manifests/redhat.pp

Overview

Class apache::redhat

Apache resources specific for RedHat



5
6
7
8
9
# File 'manifests/redhat.pp', line 5

class apache::redhat {
  apache::dotconf { '00-NameVirtualHost':
    content => template('apache/00-NameVirtualHost.conf.erb'),
  }
}