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
running this command fails while trying to build modules:
./pumsu --modules /modules/modules.txt --source /modules/ --repoid 1459
[*] resetting permissions in source directory
[*] building module: puppet-module-1
Traceback (most recent call last):
File "/downloads/pumsu/pumsu", line 201, in <module>
rc = main()
File "/downloads/pumsu/pumsu", line 171, in main
copy(glob("pkg/*.tar.gz")[0], out_dir)
IndexError: list index out of range
appears that line 168 has changed to no longer run "puppet module build" because running that on the command line now gives me:
puppet module build
Error: This action has been replaced by Puppet Development Kit. For more information visit https://puppet.com/docs/pdk/latest/pdk.html.
Error: Try 'puppet help module build' for usage
The text was updated successfully, but these errors were encountered:
running this command fails while trying to build modules:
appears that line 168 has changed to no longer run "puppet module build" because running that on the command line now gives me:
The text was updated successfully, but these errors were encountered: