prune class dependency tree
Chef::Mixin::Pacemaker::StandardCIBObject only requires Pacemaker::CIBObject, not the whole hierarchy.
This commit is contained in:
parent
8e485b89f8
commit
50d7571556
@ -1,5 +1,6 @@
|
||||
require 'chef/application'
|
||||
require ::File.expand_path('../../../pacemaker', ::File.dirname(__FILE__))
|
||||
require ::File.expand_path('../../../pacemaker/cib_object',
|
||||
::File.dirname(__FILE__))
|
||||
|
||||
# Common code used by Pacemaker LWRP providers
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user