Skip to content

Commit

Permalink
fixing permission of generated config
Browse files Browse the repository at this point in the history
  • Loading branch information
dennybaa committed Mar 3, 2017
1 parent 49b4b3f commit ec76650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/consul_definition.rb
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def to_json
unless platform?('windows')
owner new_resource.user
group new_resource.group
mode '0640'
mode '0644'
end
end
end
Expand Down

0 comments on commit ec76650

Please sign in to comment.