You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the pct new puppetlabs/puppet-class new-class --log-level debug command to create a new instance of a template, debug errors are logged explaining that the config file cannot be found:
2:02PM DBG internal/pkg/pct/pct.go:445 > Error reading config: Config File "pct" Not Found in "[/Users/peter.murphy/.pdk]"
The program seems to be looking for the wrong config file as the file should exist in $HOME/.config/.pct.yaml, the same location that the .prm.yaml is stored.
When running the
pct new puppetlabs/puppet-class new-class --log-level debugcommand to create a new instance of a template, debug errors are logged explaining that the config file cannot be found:2:02PM DBG internal/pkg/pct/pct.go:445 > Error reading config: Config File "pct" Not Found in "[/Users/peter.murphy/.pdk]"The program seems to be looking for the wrong config file as the file should exist in
$HOME/.config/.pct.yaml, the same location that the.prm.yamlis stored.