This commit is contained in:
Philippe Caseiro 2022-06-29 17:06:23 +02:00
parent e7db46bc6f
commit 97f7d28838
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@ package templater
import ( import (
"encoding/json" "encoding/json"
"fmt" "fmt"
"log"
"path/filepath" "path/filepath"
) )
@ -54,6 +55,7 @@ func (s *Service) Manage(templateDir string) error {
if err != nil { if err != nil {
return err return err
} }
log.Printf("Package %s installed\n", pack.Name)
} }
err = processConfigFiles(s.ConfigFiles, s.Vars, templateDir) err = processConfigFiles(s.ConfigFiles, s.Vars, templateDir)