Re: [Puppet Users] puppetlabs-firewall rspec

2017-04-17 Thread brian mancuso
Thanks Trevor! That was exactly the kind of thing we were looking for. On Thursday, April 13, 2017 at 8:54:20 PM UTC-4, Trevor Vaughan wrote: > > Hi Brian, > > You can get ahold of the catalog directly by using the 'catalogue' object. > > See the following for an example: > > > https://github.com/

Re: [Puppet Users] puppetlabs-firewall rspec

2017-04-13 Thread Trevor Vaughan
Hi Brian, You can get ahold of the catalog directly by using the 'catalogue' object. See the following for an example: https://github.com/simp/pupmod-simp-auditd/blob/master/spec/classes/config/audit_profiles/simp_spec.rb#L85 Thanks, Trevor On Wed, Apr 12, 2017 at 9:20 AM, brian mancuso wrot