Skip to content

Commit

Permalink
Fixes #23179: Change description of \"All Linux nodes\" group
Browse files Browse the repository at this point in the history
  • Loading branch information
ncharles committed Jul 31, 2023
1 parent ec12f55 commit ce7b935
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ dn: nodeGroupId=all-nodes-with-cfengine-agent,groupCategoryId=SystemGroups,group
objectClass: nodeGroup
objectClass: top
cn: All Linux Nodes
description: All Linux Nodes known by Rudder (Using a CFEngine based agent)
description: All Linux Nodes known by Rudder
isDynamic: TRUE
nodeGroupId: all-nodes-with-cfengine-agent
nodeId: root
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class CheckAddSpecialNodeGroupsDescription(
)

val allNodeGroupNewName = "All Linux Nodes"
val allNodeGroupNewDescription = "All Linux Nodes known by Rudder (Using a CFEngine based agent)"
val allNodeGroupNewDescription = "All Linux Nodes known by Rudder"

val allNodeGroupPolicyServerNewName = "All Linux Nodes managed by root policy server"
val allNodeGroupPolicyServerNewDescription =
Expand Down

0 comments on commit ce7b935

Please sign in to comment.