ca7fc7c472
Using Include and Require functions for class declaration allows the class to me declared many times within a single manifest without any duplicate decalration error. But the cost of this is that the file and line where the class is declared is not saved in the catalog object. The Coverage parser cannot determine if this class was declared in the particular task and skips these classes making the coverage report in the Noop tests much less relevant. Change-Id: Ie5d5ced4a9225bda5b0bf6c2a733c0d44c48118c
3 lines
233 B
Puppet
3 lines
233 B
Puppet
class { '::openstack_tasks::murano::keystone_cfapi' :}
|
|
warning('osnailyfacter/modular/./murano/keystone_cfapi.pp is deprecated in mitaka and will be removed in newton. Please use openstack_tasks/examples/./murano/keystone_cfapi.pp')
|