Navigation Menu

Skip to content

Commit

Permalink
(MODULES-7400) PDK Convert dsc_lite
Browse files Browse the repository at this point in the history
This commit converts the module for use by the Puppet Development Kit (PDK).
Note that the rubocop rules are disabled and the violations will be fixed in
later commits.
  • Loading branch information
glennsarti committed Jul 18, 2018
1 parent 4615b9a commit abe3e2e
Show file tree
Hide file tree
Showing 14 changed files with 1,074 additions and 401 deletions.
54 changes: 24 additions & 30 deletions .gitignore
@@ -1,30 +1,24 @@
# This file is generated by ModuleSync, do not edit.
*.iml
.*.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/

bin
import
.tmp
.rbenv-gemsets
.ruby-version
*.lock
vendor/
.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
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 abe3e2e

Please sign in to comment.