Convince puppet to use proper ethercalc class

Puppet scoping rules are funny and we don't appear to ahve found the
proper 'ethercalc' top level class from withint
::openstack_project::ethercalc. Address this by very explicitly using
class and scoping to ::ethercalc.

Change-Id: I7437b2db7ca91e122f9da47470d131f362c18822
This commit is contained in:
Clark Boylan 2017-01-25 11:58:51 -08:00
parent 44838b01e8
commit f6d93be297

View File

@ -7,7 +7,7 @@ class openstack_project::ethercalc (
$ssl_key_file_contents = '', $ssl_key_file_contents = '',
$ssl_chain_file_contents = '', $ssl_chain_file_contents = '',
) { ) {
include ethercalc class { '::ethercalc': }
class { 'ethercalc::apache': class { 'ethercalc::apache':
vhost_name => $vhost_name, vhost_name => $vhost_name,