diff --git a/attributes/mds.rb b/attributes/mds.rb index ad66e45..1b089fa 100644 --- a/attributes/mds.rb +++ b/attributes/mds.rb @@ -1,7 +1,7 @@ include_attribute 'ceph' default['ceph']['mds']['init_style'] = node['init_style'] -default['ceph']['mds']['fs']['ceph'] = {'data_pool' => 'data', 'metadata_pool' => 'metadata'} +default['ceph']['mds']['fs']['ceph'] = { 'data_pool' => 'data', 'metadata_pool' => 'metadata' } case node['platform_family'] when 'debian'