Try 07
This commit is contained in:
parent
e7db46bc6f
commit
97f7d28838
@ -3,6 +3,7 @@ package templater
|
||||
import (
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
"log"
|
||||
"path/filepath"
|
||||
)
|
||||
|
||||
@ -54,6 +55,7 @@ func (s *Service) Manage(templateDir string) error {
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
log.Printf("Package %s installed\n", pack.Name)
|
||||
}
|
||||
|
||||
err = processConfigFiles(s.ConfigFiles, s.Vars, templateDir)
|
||||
|
Loading…
x
Reference in New Issue
Block a user