1ac3e839b3
This moves all of the Ceph task entrypoints to a common location. Previously, they where in three separate locations which leads to difficulty when attempting to maintain the module. Change-Id: Ia84e16e38da65cacd4096fbcf24d405f886e6437 Related-bug: #1467700
9 lines
139 B
Ruby
9 lines
139 B
Ruby
require 'spec_helper'
|
|
require 'shared-examples'
|
|
manifest = 'ceph/ceph-osd.pp'
|
|
|
|
describe manifest do
|
|
test_ubuntu_and_centos manifest
|
|
end
|
|
|