Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cfe_internal/enterprise/CFE_hub_specific.cf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
##################################################################

@if minimum_version(3.12.0)
bundle common cfe_hub_specific_file_control
bundle agent cfe_hub_specific_file_control
{
vars:
"inputs" slist => { "$(this.promise_dirname)/federation/federation.cf" };
Expand All @@ -27,7 +27,7 @@ body file control
}
@endif

bundle common cfe_internal_hub_vars
bundle agent cfe_internal_hub_vars
# @brief Set hub specific variables
{
classes:
Expand Down
4 changes: 2 additions & 2 deletions inventory/any.cf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
bundle common inventory_any
bundle agent inventory_any
# @brief Do inventory for any OS
#
# This common bundle is for any OS work not handled by specific
Expand Down Expand Up @@ -593,7 +593,7 @@ bundle agent cfe_autorun_inventory_cpuinfo
"$(const.t) CPU physical cores: $(cpuinfo_physical_cores)";
}

bundle common cfe_autorun_inventory_aws
bundle agent cfe_autorun_inventory_aws
# @brief inventory AWS EC2 instances
#
# Provides:
Expand Down
2 changes: 1 addition & 1 deletion lib/paths.cf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Paths bundle (used by other bodies)

bundle common paths
bundle agent paths
# @brief Defines an array `path` with common paths to standard binaries and
# directories as well as classes for defined and existing paths.
#
Expand Down