Merge "Remove using of ::sahara::config class"

This commit is contained in:
Jenkins 2015-12-02 20:18:19 +00:00 committed by Gerrit Code Review
commit a939e0db0e
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';
}