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
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)
Your PDK version (pdk --version): 3.4.0
Your operating system / platform: MacOS
The text was updated successfully, but these errors were encountered:
Describe the bug
I get the following error when I run
pdk new module --skip-interview foo /Users/<user>/Workspace/puppet/foo/foo
: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
ruby -v
)pdk --version
): 3.4.0The text was updated successfully, but these errors were encountered: