File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ DB_PASSWD=passwd
1010LIMIT_PAGE_SIZE = false
1111
1212# don't put "" or '' around the text otherwise they'll be included into content
13- POD_CONFIG = label=upload;vmaas_call_max_retries=100;template_change_eval=false;update_users;update_db_config;use_testing_db;inventory_views
13+ POD_CONFIG = label=upload;vmaas_call_max_retries=100;template_change_eval=false;update_users;update_db_config;use_testing_db
1414
1515KESSEL_URL = platform:9005
1616KESSEL_INSECURE = true
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ func confugureEvaluator() {
129129 // Send advisory notification immediately
130130 enableInstantNotifications = utils .PodConfig .GetBool ("instant_notifications" , true )
131131 // Send inventory views events
132- enableInventoryViews = utils .PodConfig .GetBool ("inventory_views" , false )
132+ enableInventoryViews = utils .PodConfig .GetBool ("inventory_views" , true )
133133 // Ignore templates for satellite managed systems
134134 enableSatelliteFunctionality = utils .PodConfig .GetBool ("satellite_functionality" , true )
135135}
You can’t perform that action at this time.
0 commit comments