Remove using of ::sahara::config class

This class was added in stable/liberty in upstream modules,
but wasn't added to 7.0 Fuel release. Hence we should remove
using of this class and use sahara_config resource directly.

Change-Id: I6dd6671ecf84ff21dceb4a47300d3bb0197aac13
Closes-bug: #1521663
This commit is contained in:
Denis Egorenko 2015-12-02 19:28:50 +03:00
parent 5d52f0261e
commit 6007c88394
1 changed files with 2 additions and 4 deletions

View File

@ -1,7 +1,5 @@
notice('MODULAR: block-device/sahara-volume-timeout.pp')
class { '::sahara::config':
sahara_config => {
'timeouts/await_attach_volumes' => { value => 60 },
}
sahara_config {
'timeouts/await_attach_volumes': value => '60';
}