|
351 | 351 | $chatops_api_url = "https://${st2::params::hostname}/api", |
352 | 352 | $chatops_auth_url = "https://${st2::params::hostname}/auth", |
353 | 353 | $chatops_web_url = undef, |
354 | | - $nodejs_version = undef, |
355 | | - $nodejs_manage_repo = true, |
356 | | - $workflowengine_num = $st2::params::workflowengine_num, |
357 | | - $scheduler_num = $st2::params::scheduler_num, |
358 | | - $rulesengine_num = $st2::params::rulesengine_num, |
359 | | - $notifier_num = $st2::params::notifier_num, |
360 | | - $validate_output_schema = $st2::params::validate_output_schema, |
361 | | - $metrics_include = $st2::params::metrics_include, |
362 | | - $metric_driver = $st2::params::metric_driver, |
363 | | - $metric_host = $st2::params::metric_host, |
364 | | - $metric_port = $st2::params::metric_port, |
| 354 | + $nodejs_version = undef, |
| 355 | + $nodejs_manage_repo = true, |
| 356 | + $workflowengine_num = $st2::params::workflowengine_num, |
| 357 | + $scheduler_num = $st2::params::scheduler_num, |
| 358 | + $rulesengine_num = $st2::params::rulesengine_num, |
| 359 | + $notifier_num = $st2::params::notifier_num, |
| 360 | + $metrics_include = $st2::params::metrics_include, |
| 361 | + $metric_driver = $st2::params::metric_driver, |
| 362 | + $metric_host = $st2::params::metric_host, |
| 363 | + $metric_port = $st2::params::metric_port, |
| 364 | + $validate_output_schema = $st2::params::validate_output_schema, |
365 | 365 | ) inherits st2::params { |
366 | 366 |
|
367 | 367 | ######################################## |
|
0 commit comments