Try 07
This commit is contained in:
parent
e7db46bc6f
commit
97f7d28838
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue