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
{{ message }}
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: