Re: [Spacewalk-list] Remote firewall-cmd from Spacewalk

2018-02-27 Thread Dillon Mills
> On Feb 27, 2018, at 16:38, Brian Long wrote: > > On Tue, Feb 27, 2018 at 5:23 PM, Dillon Mills wrote: > I was recently trying to mass configure firewalld on a bunch of RHEL7 boxes > using Spacewalk, trying to ensure SNMP was enabled. > So - mirroring what I would do from the shell - the s

Re: [Spacewalk-list] Remote firewall-cmd from Spacewalk

2018-02-27 Thread David Rock
> On Feb 27, 2018, at 16:38, Brian Long wrote: > > On Tue, Feb 27, 2018 at 5:23 PM, Dillon Mills wrote: > I was recently trying to mass configure firewalld on a bunch of RHEL7 boxes > using Spacewalk, trying to ensure SNMP was enabled. > So - mirroring what I would do from the shell - the scri

Re: [Spacewalk-list] Remote firewall-cmd from Spacewalk

2018-02-27 Thread Brian Long
On Tue, Feb 27, 2018 at 5:23 PM, Dillon Mills wrote: > I was recently trying to mass configure firewalld on a bunch of RHEL7 > boxes using Spacewalk, trying to ensure SNMP was enabled. > So - mirroring what I would do from the shell - the script consisted of > two lines: > firewall-cmd --add-serv

[Spacewalk-list] Remote firewall-cmd from Spacewalk

2018-02-27 Thread Dillon Mills
I was recently trying to mass configure firewalld on a bunch of RHEL7 boxes using Spacewalk, trying to ensure SNMP was enabled. So - mirroring what I would do from the shell - the script consisted of two lines: firewall-cmd --add-service=snmp firewall-cmd --add-service=snmp -permanent The comman