One more update.
By default, all your puppet masters will dutifully forward reports of *all*
agents--RHEL or otherwise--and Satellite will dutifully receive and display
them. In my case, I had AIX and Solaris systems showing up in Satellite I
did not care for. Puppet reports do not contain facts, so to filter out
non-RHEL I had to filter out based on hostname. I added the line in
foreman.rb on my masters below that starts with 'break' to exit if the
hostname doesn't match.
def process
begin
break if self.host !~ /.*linuxsrv.*|.*linuxws.*/
See Puppet Labs
documentation:
https://docs.puppet.com/puppet/latest/reference/reporting_write_processors.html
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/puppet-users/94660ba0-b78c-4ecd-b030-dd808d3137e3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.