Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
aim_control
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
liu-puppet-modules
aim_control
Commits
42b23b57
Commit
42b23b57
authored
3 years ago
by
Magnus Svensson
Browse files
Options
Downloads
Patches
Plain Diff
PDK update
parent
d0c7df15
No related branches found
Branches containing commit
No related tags found
2 merge requests
!37
Test
,
!36
Devel
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.devcontainer/README.md
+34
-0
34 additions, 0 deletions
.devcontainer/README.md
.devcontainer/devcontainer.json
+5
-11
5 additions, 11 deletions
.devcontainer/devcontainer.json
Rakefile
+1
-0
1 addition, 0 deletions
Rakefile
metadata.json
+2
-2
2 additions, 2 deletions
metadata.json
with
42 additions
and
13 deletions
.devcontainer/README.md
0 → 100644
+
34
−
0
View file @
42b23b57
# devcontainer
For format details, see https://aka.ms/devcontainer.json.
For config options, see the README at:
https://github.com/microsoft/vscode-dev-containers/tree/v0.140.1/containers/puppet
```
json
{
"name"
:
"Puppet Development Kit (Community)"
,
"dockerFile"
:
"Dockerfile"
,
//
Set
*default*
container
specific
settings.json
values
on
container
create.
"settings"
:
{
"terminal.integrated.shell.linux"
:
"/bin/bash"
},
//
Add
the
IDs
of
extensions
you
want
installed
when
the
container
is
created.
"extensions"
:
[
"puppet.puppet-vscode"
,
"rebornix.Ruby"
]
//
Use
'forwardPorts'
to
make
a
list
of
ports
inside
the
container
available
locally.
"forwardPorts"
:
[],
//
Use
'postCreateCommand'
to
run
commands
after
the
container
is
created.
"postCreateCommand"
:
"pdk --version"
,
}
```
This diff is collapsed.
Click to expand it.
.devcontainer/devcontainer.json
+
5
−
11
View file @
42b23b57
//
For
format
details,
see
https://aka.ms/devcontainer.json.
For
config
options,
see
the
README
at:
//
https://github.com/microsoft/vscode-dev-containers/tree/v
0.140
.
1
/containers/puppet
{
"name"
:
"Puppet Development Kit (Community)"
,
"dockerFile"
:
"Dockerfile"
,
//
Set
*default*
container
specific
settings.json
values
on
container
create.
"settings"
:
{
"terminal.integrated.shell.linux"
:
"/bin/bash"
"terminal.integrated.profiles.linux"
:
{
"bash"
:
{
"path"
:
"bash"
,
}
}
},
//
Add
the
IDs
of
extensions
you
want
installed
when
the
container
is
created.
"extensions"
:
[
"puppet.puppet-vscode"
,
"rebornix.Ruby"
]
//
Use
'forwardPorts'
to
make
a
list
of
ports
inside
the
container
available
locally.
//
"forwardPorts"
:
[],
//
Use
'postCreateCommand'
to
run
commands
after
the
container
is
created.
//
"postCreateCommand"
:
"pdk --version"
,
}
This diff is collapsed.
Click to expand it.
Rakefile
+
1
−
0
View file @
42b23b57
...
...
@@ -43,6 +43,7 @@ end
PuppetLint
.
configuration
.
send
(
'disable_relative'
)
if
Bundler
.
rubygems
.
find_name
(
'github_changelog_generator'
).
any?
GitHubChangelogGenerator
::
RakeTask
.
new
:changelog
do
|
config
|
raise
"Set CHANGELOG_GITHUB_TOKEN environment variable eg 'export CHANGELOG_GITHUB_TOKEN=valid_token_here'"
if
Rake
.
application
.
top_level_tasks
.
include?
"changelog"
and
ENV
[
'CHANGELOG_GITHUB_TOKEN'
].
nil?
...
...
This diff is collapsed.
Click to expand it.
metadata.json
+
2
−
2
View file @
42b23b57
...
...
@@ -61,7 +61,7 @@
"version_requirement"
:
">= 6.21.0 < 8.0.0"
}
],
"pdk-version"
:
"2.
2
.0"
,
"pdk-version"
:
"2.
3
.0"
,
"template-url"
:
"https://gitlab.it.liu.se/puppet-infra/pdk-templates.git#liu"
,
"template-ref"
:
"heads/liu-0-g
d8925d4
"
"template-ref"
:
"heads/liu-0-g
76c91ed
"
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment