Open
Description
Describe the bug
I get the following error when I run pdk new module --skip-interview foo /Users/<user>/Workspace/puppet/foo/foo
:
pdk (INFO): Creating new module: foo
pdk (FATAL): Unable to find a valid module template to use.
I installed the VS Code extension and trying to create a new module using VS Code. Of course, the same command doesn't work from cli. Installed pdk using brew on MacOS.
To Reproduce
Install pdk, pdk new module --skip-interview foo /Users/<user>/Workspace/puppet/foo/foo
Expected behavior
Should create a module
Additional context
- Your PDK installation method (native packages or via Rubygems): brew
- (If via Rubygems, please include your Ruby version
ruby -v
)
- (If via Rubygems, please include your Ruby version
- Your PDK version (
pdk --version
): 3.4.0 - Your operating system / platform: MacOS