Skip to content

Commit

Permalink
lint resources 2
Browse files Browse the repository at this point in the history
  • Loading branch information
manegron committed May 29, 2024
1 parent 1862ff6 commit fc2b48b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/resources/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
actions :add, :add_s3, :add_erchef, :add_aioutliers, :configure_certs, :remove, :register, :deregister
default_action :add

attribute :user, kind_of: String, :default => 'nginx'
attribute :user, kind_of: String, default: 'nginx'
attribute :s3_port, kind_of: Integer, default: 9000
attribute :erchef_port, kind_of: Integer, default: 4443
attribute :aioutliers_port, kind_of: Integer, default: 39091
Expand Down

0 comments on commit fc2b48b

Please sign in to comment.