-
Notifications
You must be signed in to change notification settings - Fork 158
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
Initial puppet module for linux #405
Conversation
ca3a3a1
to
f3fa090
Compare
@tmorrisonsfx PTAL again at the README.md. I believe that I have addressed your feedback from #374. |
@jcheng-splunk Yes, LGTM. |
|
||
echo "Module was successfully built and is available in ./pkg/$(basename $expected_output)" | ||
echo | ||
echo "You must manually upload this file in the Puppet forge web UI by following the directions at https://puppet.com/docs/puppet/5.4/modules_publishing.html#upload-a-module-to-the-forge" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not required here but something like these may be useful in future https://github.com/voxpupuli/puppet-blacksmith https://github.com/barnumbirr/action-forge-publish
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not required here but something like these may be useful in future https://github.com/voxpupuli/puppet-blacksmith https://github.com/barnumbirr/action-forge-publish
Thanks! I'll look into it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm w/ test updated
Recreated PR and addressed comments from #374