Set debug to true

In order to better view log error messages, set log debug to true.

Change-Id: I9c843776d8e19fb3934343837343f13e2330f211
This commit is contained in:
ZhongShengping
2017-05-05 14:57:01 +08:00
parent 5b740a727b
commit 68735b113b
+3 -1
View File
@@ -31,7 +31,9 @@ describe 'barbican::api basic test class' do
password => 'a_big_secret',
}
class { '::barbican::api::logging': }
class { '::barbican::api::logging':
debug => true,
}
class { '::barbican::quota': }