Classify the nodes you want to scan
In Puppet Enterprise (PE), classify the nodes you want to scan. You can scan a maximum of 5000 nodes in a batch.
Classification is when you create a node group, add nodes to the
group, and assign classes to the group — in this case, the comply
class. Classes are the blocks of Puppet code used to configure nodes and assign resources
to them. If you are new to Puppet, see Grouping and classifying nodes for more information.
For guidelines about scanning thousands of nodes in a single batch, see
Guidelines for running Security Compliance Management at scale.
- In the Puppet Enterprise console, click Node groups.
- Create a new node group or select an existing node group that you want to scan.
- On the Classes tab — in the Add new class field —
select the
comply
class. - Click Add class.
- In your new
comply
class, select thescanner_source
Parameter.Parameters allow a class to request external data. - Change the default parameter value to one of the following assessor
distribution files:
- If using the Puppet supported cluster:
https://<COMPLY-HOSTNAME>:30303/assessor
- If using NGINX Ingress:
https://<PE-TLS-FQDN>/assessor
- If using the Puppet supported cluster:
- Click Add to node group, and then commit the changes.
- Run Puppet twice.
What to do next
Add your PE credentials to SCM.
Add your PE credentials to SCM.
Related information