tidy up requires

This commit is contained in:
Adam Spiers
2014-03-14 18:04:47 +00:00
parent cfc1eeb4c1
commit 188a80845a

View File

@@ -1,4 +1,6 @@
require File.expand_path('pacemaker/resource/primitive', File.dirname(__FILE__)) this_dir = File.dirname(__FILE__)
require File.expand_path('pacemaker/resource/clone', File.dirname(__FILE__))
require File.expand_path('pacemaker/resource/group', File.dirname(__FILE__)) require File.expand_path('pacemaker/resource/primitive', this_dir)
require File.expand_path('pacemaker/constraint/colocation', File.dirname(__FILE__)) require File.expand_path('pacemaker/resource/clone', this_dir)
require File.expand_path('pacemaker/resource/group', this_dir)
require File.expand_path('pacemaker/constraint/colocation', this_dir)