Skip to content

Commit e0e41ba

Browse files
author
Helen Campbell
committed
pdksync_1.7.0-0-g57412ed
1 parent 468f070 commit e0e41ba

File tree

5 files changed

+29
-5
lines changed

5 files changed

+29
-5
lines changed

.pdkignore

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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

.yardopts

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
--markup markdown

Gemfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ group :development do
3535
gem "puppet-module-win-dev-r#{minor_version}", require: false, platforms: [:mswin, :mingw, :x64_mingw]
3636
end
3737
group :system_tests do
38-
gem "puppet-module-posix-system-r#{minor_version}", require: false, platforms: [:ruby]
39-
gem "puppet-module-win-system-r#{minor_version}", require: false, platforms: [:mswin, :mingw, :x64_mingw]
38+
gem "puppet-module-posix-system-r#{minor_version}", require: false, platforms: [:ruby]
39+
gem "puppet-module-win-system-r#{minor_version}", require: false, platforms: [:mswin, :mingw, :x64_mingw]
4040
end
4141

4242
puppet_version = ENV['PUPPET_GEM_VERSION']

metadata.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,6 @@
9696
],
9797
"description": "Uses a combination of keytool and Ruby openssl library to manage entries in a Java keystore.",
9898
"template-url": "https://github.com/puppetlabs/pdk-templates",
99-
"template-ref": "heads/master-0-g91687c5",
100-
"pdk-version": "1.5.0"
99+
"template-ref": "1.7.0-0-g57412ed",
100+
"pdk-version": "1.7.0"
101101
}

spec/spec_helper.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
require 'puppetlabs_spec_helper/module_spec_helper'
32
require 'rspec-puppet-facts'
43

0 commit comments

Comments
 (0)