Skip to content

Commit

Permalink
Style fixes for newer rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
martinb3 committed Oct 28, 2016
1 parent 9d92755 commit 23094b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libraries/provider_user.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def whyrun_supported?
shell new_resource.shell
uid new_resource.uid
gid new_resource.groupname

manage_home false
action :nothing
system true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
'node.name' => "node_#{instance_name}",
'network.host' => '127.0.0.1',
'http.port' => settings[instance_name.to_sym][:http_port].to_s,
'transport.tcp.port' => settings[instance_name.to_sym][:transport_port].to_s,
'transport.tcp.port' => settings[instance_name.to_sym][:transport_port].to_s
)
end

Expand Down

0 comments on commit 23094b9

Please sign in to comment.