Added token metaconsole_deploy_inventory_plugin in functions_config
Former-commit-id: 9d819bb43ba4ce7869480411ae6f6cb9f1edbcce
This commit is contained in:
parent
7f9ee21b4b
commit
b530447474
|
@ -2027,6 +2027,14 @@ function config_process_config () {
|
|||
if (!isset($config["metaconsole_deploy_collection"])) {
|
||||
config_update_value('metaconsole_deploy_collection', 0);
|
||||
}
|
||||
|
||||
if (!isset($config["metaconsole_deploy_inventory_plugin"])) {
|
||||
config_update_value('metaconsole_deploy_inventory_plugin', 0);
|
||||
}
|
||||
|
||||
if (!isset($config["metaconsole_deploy_plugin_server"])) {
|
||||
config_update_value('metaconsole_deploy_plugin_server', 0);
|
||||
}
|
||||
}
|
||||
|
||||
/* Finally, check if any value was overwritten in a form */
|
||||
|
|
Loading…
Reference in New Issue