lang: Add debug flag and Logf to fact init struct

This commit is contained in:
Kevin Kuehler
2019-01-16 00:43:10 -08:00
committed by James Shubin
parent db1cc846dc
commit 34550246f4
2 changed files with 4 additions and 0 deletions

View File

@@ -62,6 +62,8 @@ func (obj *FactFunc) Init(init *interfaces.Init) error {
Hostname: init.Hostname,
Output: init.Output,
World: init.World,
Debug: init.Debug,
Logf: init.Logf,
},
)
}