Skip to content

Commit

Permalink
Merge pull request #1 from redBorder/feature/incident_response
Browse files Browse the repository at this point in the history
Feature/incident response
  • Loading branch information
manegron authored Jul 16, 2024
2 parents 29f4e1e + ae3c4d3 commit fb25c64
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion resources/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
maintainer_email '[email protected]'
license 'AGPL-3.0'
description 'Installs/Configures cookbook-mem2incident'
version '0.0.1'
version '0.0.1'
2 changes: 1 addition & 1 deletion resources/recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

mem2incident_config 'config' do
action :add
end
end
4 changes: 2 additions & 2 deletions resources/resources/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
# redborder-mem2incident config.yml
attribute :memcached_servers, kind_of: Array, default: ['localhost:11211']
attribute :api_endpoint, kind_of: String, default: 'https://webui.service/api/v1/incidents'
attribute :insecure_skip_verify, kind_of: Boolean, default: true
attribute :insecure_skip_verify, kind_of: [TrueClass, FalseClass], default: true
attribute :loop_interval, kind_of: Integer, default: 60
attribute :auth_token, kind_of: String, default: 'your_auth_token_here'
attribute :auth_token, kind_of: String, default: 'your_auth_token_here'

0 comments on commit fb25c64

Please sign in to comment.