Switch bmc templates from html/template to text/template

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
Jonathon Anderson
2024-11-07 22:00:34 -07:00
parent c25eaa8855
commit 8189390e03

View File

@@ -3,12 +3,12 @@ package power
import (
"bytes"
"fmt"
"html/template"
"os"
"os/exec"
"path"
"regexp"
"strings"
"text/template"
warewulfconf "github.com/warewulf/warewulf/internal/pkg/config"
"github.com/warewulf/warewulf/internal/pkg/node"