Merge "Remove '::processorcount' fact from tests."

This commit is contained in:
Jenkins 2016-10-27 22:57:09 +00:00 committed by Gerrit Code Review
commit 7f5ced9e72
1 changed files with 0 additions and 1 deletions

View File

@ -30,7 +30,6 @@ describe 'manila::db::postgresql' do
context "on #{os}" do
let (:facts) do
facts.merge(OSDefaults.get_facts({
:processorcount => 8,
:concat_basedir => '/var/lib/puppet/concat'
}))
end