set .conf files for man_page and bash_completion

This commit is contained in:
Christian Goll
2021-11-18 16:27:57 +01:00
parent 5d729f5cc4
commit 74da63d079
3 changed files with 12 additions and 6 deletions

View File

@@ -5,7 +5,7 @@ import (
"github.com/hpcng/warewulf/internal/pkg/wwlog"
)
const ConfigFile = "/etc/warewulf/warewulf.conf"
var ConfigFile = "/etc/warewulf/warewulf.conf"
type ControllerConf struct {
Comment string `yaml:"comment"`