Skip to content

Commit

Permalink
normalization
Browse files Browse the repository at this point in the history
  • Loading branch information
ljblancoredborder committed May 7, 2024
1 parent 6926d41 commit 64690cd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions resources/attributes/default.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require 'set'
# require 'set' TODO: refactor to this
#Default attributes

#general
Expand Down Expand Up @@ -43,7 +43,8 @@
default["redborder"]["memory_services"]["n2klocd"] = {"count" => 10, "memory" => 0 }
default["redborder"]["memory_services"]["k2http"] = {"count" => 10, "memory" => 0 }
# excluded mem services
default['redborder']['excluded_memservices'] = Set.new(['chef-client']) # Don't assign memory to chef because the service will get handled
# default['redborder']['excluded_memservices'] = Set.new(['chef-client']) TODO: refactor to this
default['redborder']['excluded_memservices'] = ['chef-client'] # Don't assign memory to chef because the service will get handled

default["redborder"]["services"] = {}
default["redborder"]["services"]["chef-client"] = true
Expand Down

0 comments on commit 64690cd

Please sign in to comment.