Hi Ryan,

Thank you for sharing this very useful info.

Did you ever try sending reports successfully from a standalone 
PuppetMaster server to a Capsule which in turn was relayed back to the 
Satellite?

Regards,
Suhail.


On Friday, 4 November 2016 20:42:56 UTC, Ryan Anderson wrote:
>
> 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 puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/5299897d-8079-437c-8aff-ef847bb451a8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to