feat(aa): refractor template to allow multiple templates.
This commit is contained in:
parent
890275fb22
commit
8ef858ad35
20 changed files with 347 additions and 214 deletions
|
|
@ -44,7 +44,7 @@ func NewAppArmorProfile() *AppArmorProfileFile {
|
|||
// String returns the formatted representation of a profile as a string
|
||||
func (f *AppArmorProfileFile) String() string {
|
||||
var res bytes.Buffer
|
||||
err := tmplAppArmorProfile.Execute(&res, f)
|
||||
err := tmpl["apparmor"].Execute(&res, f)
|
||||
if err != nil {
|
||||
return err.Error()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue