cookbook-pacemaker/spec/fixtures/clone_resource.rb
2014-01-31 15:53:14 +00:00

14 lines
342 B
Ruby

require ::File.join(::File.dirname(__FILE__), *%w(.. .. libraries pacemaker resource clone))
require_relative 'keystone_primitive'
module Chef::RSpec
module Pacemaker
module Config
include Chef::RSpec::Pacemaker::Config
CLONE = ::Pacemaker::Resource::Clone.new('clone1')
CLONE.primitive = KEYSTONE
end
end
end