Update default warewulfd port to match initial configuration
We've been shipping a warewulf.conf that defines the warewulfd port as 9873, and a firewalld service that uses this port as well; but the default value in the YAML data-structure has been 9983. This changes the default port to 9873 to match the configuration we've been shipping, and removes the port from the initial configuration file (to use the default value). Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
@@ -172,7 +172,7 @@ data from other structures.
|
||||
|
||||
### Warewulf
|
||||
|
||||
- Port: 9983
|
||||
- Port: 9873
|
||||
- Secure: true
|
||||
- UpdateInterval: 60
|
||||
- AutobuildOverlays: true
|
||||
|
||||
Reference in New Issue
Block a user