Skip to content

Commit 069288e

Browse files
committed
update pdk template 3.0.1
1 parent 4bed77e commit 069288e

File tree

12 files changed

+713
-143
lines changed

12 files changed

+713
-143
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
/log/
1717
/pkg/
1818
/spec/fixtures/manifests/
19-
/spec/fixtures/modules/
19+
/spec/fixtures/modules/*
2020
/tmp/
2121
/vendor/
2222
/convert_report.txt
@@ -25,3 +25,4 @@
2525
.project
2626
.envrc
2727
/inventory.yaml
28+
/spec/fixtures/litmus_inventory.yaml

.pdkignore

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
/log/
1717
/pkg/
1818
/spec/fixtures/manifests/
19-
/spec/fixtures/modules/
19+
/spec/fixtures/modules/*
2020
/tmp/
2121
/vendor/
2222
/convert_report.txt
@@ -25,18 +25,26 @@
2525
.project
2626
.envrc
2727
/inventory.yaml
28-
/appveyor.yml
28+
/spec/fixtures/litmus_inventory.yaml
2929
/.fixtures.yml
3030
/Gemfile
3131
/.gitattributes
32+
/.github/
3233
/.gitignore
33-
/.gitlab-ci.yml
3434
/.pdkignore
35+
/.puppet-lint.rc
3536
/Rakefile
3637
/rakelib/
3738
/.rspec
38-
/.rubocop.yml
39-
/.travis.yml
39+
/..yml
4040
/.yardopts
4141
/spec/
4242
/.vscode/
43+
/.sync.yml
44+
/.devcontainer/
45+
/.*.yml
46+
/pdk.yaml
47+
/.pmtignore
48+
/.git*
49+
/.editorconfig
50+
/provision.yaml

.puppet-lint.rc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
--relative
2+
--no-140chars-check

0 commit comments

Comments
 (0)