Set debug to true

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

Change-Id: Id1ae27ae798acdcdfd300ed7b7233c3c0d1568be
This commit is contained in:
ZhongShengping 2017-05-05 15:23:49 +08:00
parent a590aac870
commit b837085115
1 changed files with 4 additions and 0 deletions

View File

@ -52,6 +52,10 @@ describe 'basic magnum' do
password => 'magnum',
}
class { '::magnum::logging':
debug => true,
}
class { '::magnum::db':
database_connection => 'mysql://magnum:magnum@127.0.0.1/magnum',
}