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
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.
The text was updated successfully, but these errors were encountered:
DavidS
added a commit
to DavidS/pdk
that referenced
this issue
Jul 18, 2017
The README has an example of the modulename of the
new module
command https://github.com/puppetlabs/pdk#module_nameWhen running with this example the run fails:
Relates to #157 in that it doesn't appear possible to specify the namespace.
The text was updated successfully, but these errors were encountered: