Skip to content

Commit

Permalink
Update prepare_system.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsver authored Jun 14, 2024
1 parent 924ee84 commit ce4a03f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/recipes/prepare_system.rb
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@
#get sensors info of all flow sensors
node.default["redborder"]["all_flow_sensors_info"] = get_all_flow_sensors_info()

#get logstash pipelines
node.default["pipelines"] = get_pipelines()
# get logstash pipelines
node.default['pipelines'] = get_pipelines()

#get namespaces
node.default["redborder"]["namespaces"] = get_namespaces
Expand Down

0 comments on commit ce4a03f

Please sign in to comment.