Fix tests for latest puppet

Adding in a pre condition for the ceph key tests to resolve catalog
failures in the unit tests under the latest version of puppet.

Change-Id: Ie56f77c8ff841785e083e84c3d22eac9a5b64d75
Closes-Bug: #1702964
This commit is contained in:
Alex Schultz 2017-07-07 14:18:37 -06:00
parent 3850c05ddd
commit 69b651ff4c
1 changed files with 3 additions and 0 deletions

View File

@ -20,6 +20,9 @@ require 'spec_helper'
describe 'ceph::key' do
let (:pre_condition) do
"class { '::ceph': fsid => 'foo' }"
end
shared_examples_for 'ceph key' do
describe "with custom params" do