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:
parent
44838b01e8
commit
f6d93be297
@ -7,7 +7,7 @@ class openstack_project::ethercalc (
|
||||
$ssl_key_file_contents = '',
|
||||
$ssl_chain_file_contents = '',
|
||||
) {
|
||||
include ethercalc
|
||||
class { '::ethercalc': }
|
||||
|
||||
class { 'ethercalc::apache':
|
||||
vhost_name => $vhost_name,
|
||||
|
Loading…
Reference in New Issue
Block a user