From 6323311c048957e73ac17f8919cee53fb576a49f Mon Sep 17 00:00:00 2001 From: Dan Bode Date: Tue, 29 May 2012 16:31:21 -0700 Subject: [PATCH] Add concat_basedir fact This commit adds the required fact concat_basedir so that the concat module (which is a dependency for some glance classes) will not fail. This change is necesary b/c we have switched from the puppetlabs version to ri's version of concat. --- spec/classes/swift_storage_all_spec.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/classes/swift_storage_all_spec.rb b/spec/classes/swift_storage_all_spec.rb index 1f07b378..96ca079c 100644 --- a/spec/classes/swift_storage_all_spec.rb +++ b/spec/classes/swift_storage_all_spec.rb @@ -5,6 +5,7 @@ describe 'swift::storage::all' do let :facts do { + :concat_basedir => '/tmp/', :operatingsystem => 'Ubuntu', :osfamily => 'Debian' }