Skip to content

Commit

Permalink
(MODULES-7404) PDK Convert the module
Browse files Browse the repository at this point in the history
This commit converts the module to PDK format.  There are no code or test
changes as part of this conversion.  Note that rubocop testing is effectively
disabled and will be rectified in further pull requests.
  • Loading branch information
glennsarti committed Aug 13, 2018
1 parent 5c8ba98 commit e91be8c
Show file tree
Hide file tree
Showing 12 changed files with 900 additions and 200 deletions.
39 changes: 20 additions & 19 deletions .gitignore
@@ -1,23 +1,24 @@
# This file is generated by ModuleSync, do not edit.
*.iml
.git/
.*.sw[op]
.DS_Store
.bundle/
.idea/
.metadata
.vagrant/
.yardoc
.yardwarns
Gemfile.local
Gemfile.lock
bin/
coverage/
doc/
junit/
log/
pkg/
spec/fixtures/manifests/
spec/fixtures/modules/
tmp/
vendor/

*.iml
/.bundle/
/.idea/
/.vagrant/
/coverage/
/bin/
/doc/
/Gemfile.local
/Gemfile.lock
/junit/
/log/
/pkg/
/spec/fixtures/manifests/
/spec/fixtures/modules/
/tmp/
/vendor/
/convert_report.txt
/update_report.txt
.DS_Store
24 changes: 24 additions & 0 deletions .pdkignore
@@ -0,0 +1,24 @@
.git/
.*.sw[op]
.metadata
.yardoc
.yardwarns
*.iml
/.bundle/
/.idea/
/.vagrant/
/coverage/
/bin/
/doc/
/Gemfile.local
/Gemfile.lock
/junit/
/log/
/pkg/
/spec/fixtures/manifests/
/spec/fixtures/modules/
/tmp/
/vendor/
/convert_report.txt
/update_report.txt
.DS_Store

0 comments on commit e91be8c

Please sign in to comment.