
Switch to $::os_service_default all params in logging and db. Changes: logging.pp, db.pp and tests. Related-bug: #1515273 Change-Id: Idf7bc36d321328391a1b361add965c53627124a4
13 lines
173 B
Ruby
13 lines
173 B
Ruby
require 'spec_helper'
|
|
|
|
describe 'manila::params' do
|
|
|
|
let :facts do
|
|
@default_facts.merge({:osfamily => 'Debian'})
|
|
end
|
|
it 'should compile' do
|
|
subject
|
|
end
|
|
|
|
end
|