Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nest
Puppet
Commits
4d4aa9c1
Commit
4d4aa9c1
authored
Jun 28, 2021
by
James T. Lee
Browse files
pdk: Update wrapper script comment
parent
48f587f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
templates/scripts/pdk.sh.epp
templates/scripts/pdk.sh.epp
+5
-3
No files found.
templates/scripts/pdk.sh.epp
View file @
4d4aa9c1
...
@@ -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 "$@"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment