Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new module docs differ from reality #159

Closed
garethr opened this issue Jul 17, 2017 · 0 comments · Fixed by #169
Closed

new module docs differ from reality #159

garethr opened this issue Jul 17, 2017 · 0 comments · Fixed by #169

Comments

@garethr
Copy link

garethr commented Jul 17, 2017

The README has an example of the modulename of the new module command https://github.com/puppetlabs/pdk#module_name

Required. Specifies the name of the module being created, including the namespace. e.g.: username-my_module

When running with this example the run fails:

pdk new module username-my_module
pdk (FATAL): 'username-my_module' is not a valid module name.
Module names must begin with a lowercase letter and can only include lowercase letters, digits, and underscores.

Relates to #157 in that it doesn't appear possible to specify the namespace.

DavidS added a commit to DavidS/pdk that referenced this issue Jul 18, 2017
DavidS added a commit to DavidS/pdk that referenced this issue Jul 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant