sudo: true
# custom-admins
-infra::role: base
\ No newline at end of file
+infra::role: base
+
+infra::additional_classes:
+ - infra::profile::apache
+
+infra::profile::apache::pp_vhosts:
+ ipam-www:
+ servername: ipam.pixelpark.com
+ ssl: true
+ cert_servername: 'wildcard.pixelpark.com'
+ cert_customer: 'pixelpark'
+ ssl_cert: '/etc/pki/tls/certs/wildcard.pixelpark.com-cert.pem'
+ ssl_key: '/etc/pki/tls/private/wildcard.pixelpark.com-key.pem'
+ ssl_chain: '/etc/pki/tls/certs/wildcard.pixelpark.com-cert.pem'