fix up scm inventory updates

* implicit project updates inherit inv update instance group
* added needed settings for SCM group filter and others
This commit is contained in:
Chris Meyers
2017-06-07 14:33:13 -04:00
parent d323a01f5e
commit ba5f553f0c
2 changed files with 11 additions and 0 deletions

View File

@@ -822,6 +822,16 @@ CUSTOM_HOST_FILTER = r'^.+$'
CUSTOM_EXCLUDE_EMPTY_GROUPS = True
#CUSTOM_INSTANCE_ID_VAR =
# ---------------------
# ----- SCM -----
# ---------------------
#CUSTOM_ENABLED_VAR =
#CUSTOM_ENABLED_VALUE =
SCM_GROUP_FILTER = r'^.+$'
SCM_HOST_FILTER = r'^.+$'
SCM_EXCLUDE_EMPTY_GROUPS = True
#CUSTOM_INSTANCE_ID_VAR =
# ---------------------
# -- Activity Stream --
# ---------------------