Skip to content

Commit

Permalink
Rubocop fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jperville committed Aug 14, 2015
1 parent dbd82b0 commit 83ae8c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion attributes/mds.rb
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit 83ae8c5

Please sign in to comment.