Skip to content

Commit de779ec

Browse files
author
Phil Friderici
committed
Convert to PDK v3.0.0
1 parent 36496a3 commit de779ec

File tree

16 files changed

+1076
-107
lines changed

16 files changed

+1076
-107
lines changed

.gitattributes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
*.rb eol=lf
2+
*.erb eol=lf
3+
*.pp eol=lf
4+
*.sh eol=lf
5+
*.epp eol=lf

.gitignore

Lines changed: 26 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,28 @@
1-
# Default .gitignore for Ruby
2-
*.gem
3-
*.rbc
4-
.bundle
5-
.config
6-
coverage
7-
InstalledFiles
8-
lib/bundler/man
9-
pkg
10-
rdoc
11-
spec/reports
12-
test/tmp
13-
test/version_tmp
14-
tmp
15-
16-
# YARD artifacts
1+
.git/
2+
.*.sw[op]
3+
.metadata
174
.yardoc
18-
_yardoc
19-
doc/
20-
21-
# Vim
22-
*.swp
23-
24-
# OS X
5+
.yardwarns
6+
*.iml
7+
/.bundle/
8+
/.idea/
9+
/.vagrant/
10+
/coverage/
11+
/bin/
12+
/doc/
13+
/Gemfile.local
14+
/Gemfile.lock
15+
/junit/
16+
/log/
17+
/pkg/
18+
/spec/fixtures/manifests/
19+
/spec/fixtures/modules/*
20+
/tmp/
21+
/vendor/
22+
/convert_report.txt
23+
/update_report.txt
2524
.DS_Store
26-
27-
# Puppet
28-
coverage/
29-
spec/fixtures/modules/*
30-
spec/fixtures/manifests/*
31-
Gemfile.lock
25+
.project
26+
.envrc
27+
/inventory.yaml
28+
/spec/fixtures/litmus_inventory.yaml

.pdkignore

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
.git/
2+
.*.sw[op]
3+
.metadata
4+
.yardoc
5+
.yardwarns
6+
*.iml
7+
/.bundle/
8+
/.idea/
9+
/.vagrant/
10+
/coverage/
11+
/bin/
12+
/doc/
13+
/Gemfile.local
14+
/Gemfile.lock
15+
/junit/
16+
/log/
17+
/pkg/
18+
/spec/fixtures/manifests/
19+
/spec/fixtures/modules/*
20+
/tmp/
21+
/vendor/
22+
/convert_report.txt
23+
/update_report.txt
24+
.DS_Store
25+
.project
26+
.envrc
27+
/inventory.yaml
28+
/spec/fixtures/litmus_inventory.yaml
29+
/.fixtures.yml
30+
/Gemfile
31+
/.gitattributes
32+
/.gitignore
33+
/.pdkignore
34+
/.puppet-lint.rc
35+
/Rakefile
36+
/rakelib/
37+
/.rspec
38+
/..yml
39+
/.yardopts
40+
/spec/
41+
/.vscode/
42+
/.sync.yml
43+
/.devcontainer/

.puppet-lint.rc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
--relative

.rspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
--color
2+
--format documentation

0 commit comments

Comments
 (0)