2fa4048780
* Fixed a bug in the PXE default config path to install.img. * Added tftp to the BCN firewall template. * Fixed a bug in anvil-daemon / striker-manage-install-target where config files weren't being updated regularly (only when repo updates happened). * Removed an RPM from striker-manage-install-target that is no longer available on F28. Signed-off-by: Digimer <digimer@alteeve.ca>
37 lines
1.0 KiB
Plaintext
37 lines
1.0 KiB
Plaintext
<!-- NOTE: These are used by 'anvil-manage-firewall', which is in turn called each minute by 'anvil-daemon'. -->
|
|
<!-- Changes to these templates should propagate within a minute or so. -->
|
|
|
|
<!-- start bcn_zone -->
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
<zone>
|
|
<short>#!variable!zone!#</short>
|
|
<description>#!variable!description!#</description>
|
|
<service name="http"/>
|
|
<service name="https"/>
|
|
<service name="postgresql"/>
|
|
<service name="ssh"/>
|
|
<service name="tftp"/>
|
|
</zone>
|
|
<!-- end bcn_zone -->
|
|
|
|
<!-- start ifn_zone -->
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
<zone>
|
|
<short>#!variable!zone!#</short>
|
|
<description>#!variable!description!#</description>
|
|
<service name="http"/>
|
|
<service name="https"/>
|
|
<service name="postgresql"/>
|
|
<service name="ssh"/>
|
|
</zone>
|
|
<!-- end ifn_zone -->
|
|
|
|
<!-- start sn_zone -->
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
<zone>
|
|
<short>#!variable!zone!#</short>
|
|
<description>#!variable!description!#</description>
|
|
<service name="ssh"/>
|
|
</zone>
|
|
<!-- end sn_zone -->
|