Commit 4d4aa9c1 authored by James T. Lee's avatar James T. Lee
Browse files

pdk: Update wrapper script comment

parent 48f587f4
...@@ -2,9 +2,11 @@ ...@@ -2,9 +2,11 @@
# #
# PDK container wrapper # PDK container wrapper
# #
# Run the Puppet Development Kit container image provided by Puppet. # Run a custom Puppet Development Kit container image that
# See: https://hub.docker.com/r/puppet/pdk # supports all of the Nest platforms.
# See: https://github.com/puppetlabs/pdk-docker
# See: https://gitlab.james.tl/nest/tools/pdk
# See: https://gitlab.james.tl/nest/puppet/-/blob/main/manifests/tool/pdk.pp
# #
exec podman run --rm -it -v "$(pwd):/root" nest/tools/pdk:<%= $facts['profile']['cpu'] %> pdk "$@" exec podman run --rm -it -v "$(pwd):/root" nest/tools/pdk:<%= $facts['profile']['cpu'] %> pdk "$@"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment