From f6d93be29705be334c53751ac40a8713cef4140a Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Wed, 25 Jan 2017 11:58:51 -0800 Subject: [PATCH] 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 --- modules/openstack_project/manifests/ethercalc.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/openstack_project/manifests/ethercalc.pp b/modules/openstack_project/manifests/ethercalc.pp index 226559c026..b9dedc5a5d 100644 --- a/modules/openstack_project/manifests/ethercalc.pp +++ b/modules/openstack_project/manifests/ethercalc.pp @@ -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,