Skip to content

Commit c8444df

Browse files
authored
Merge pull request #149 from jcpunk/pdk-update
pdk update
2 parents 84d5cc8 + e0d33b3 commit c8444df

File tree

7 files changed

+664
-58
lines changed

7 files changed

+664
-58
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: 6 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,19 @@
2525
.project
2626
.envrc
2727
/inventory.yaml
28-
/appveyor.yml
28+
/spec/fixtures/litmus_inventory.yaml
2929
/.fixtures.yml
3030
/Gemfile
3131
/.gitattributes
3232
/.gitignore
33-
/.gitlab-ci.yml
3433
/.pdkignore
34+
/.puppet-lint.rc
3535
/Rakefile
3636
/rakelib/
3737
/.rspec
38-
/.rubocop.yml
39-
/.travis.yml
38+
/..yml
4039
/.yardopts
4140
/spec/
4241
/.vscode/
42+
/.sync.yml
43+
/.devcontainer/

0 commit comments

Comments
 (0)