X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=3rdparty%2Fmodules%2Fcinder%2Fspec%2Fclasses%2Fcinder_db_sync_spec.rb;fp=3rdparty%2Fmodules%2Fcinder%2Fspec%2Fclasses%2Fcinder_db_sync_spec.rb;h=0000000000000000000000000000000000000000;hb=6e1426dc77fb4e5d51f07c187c6f2219431dc31e;hp=906d4391ac89fd9122a4b4a500ade4a835cc785d;hpb=87423ba664cd5f2bb462ebadd08b1a90d0fe1c8d;p=mirror%2Fdsa-puppet.git diff --git a/3rdparty/modules/cinder/spec/classes/cinder_db_sync_spec.rb b/3rdparty/modules/cinder/spec/classes/cinder_db_sync_spec.rb deleted file mode 100644 index 906d4391a..000000000 --- a/3rdparty/modules/cinder/spec/classes/cinder_db_sync_spec.rb +++ /dev/null @@ -1,16 +0,0 @@ -require 'spec_helper' - -describe 'cinder::db::sync' do - - let :facts do - {:osfamily => 'Debian'} - end - it { should contain_exec('cinder-manage db_sync').with( - :command => 'cinder-manage db sync', - :path => '/usr/bin', - :user => 'cinder', - :refreshonly => true, - :logoutput => 'on_failure' - ) } - -end