Skip to content

Commit 6fff191

Browse files
committed
pdksync_1.7.0-0-g57412ed
1 parent cb073bf commit 6fff191

File tree

4 files changed

+9
-10
lines changed

4 files changed

+9
-10
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ matrix:
3131
-
3232
bundler_args:
3333
dist: trusty
34-
env: PUPPET_INSTALL_TYPE=agent BEAKER_debug=true BEAKER_PUPPET_COLLECTION=puppet5 BEAKER_set=docker/ubuntu-14.04 BEAKER_TESTMODE=apply BEAKER_PUPPET_AGENT_VERSION=5.5.2
34+
env: PUPPET_INSTALL_TYPE=agent BEAKER_debug=true BEAKER_PUPPET_COLLECTION=puppet5 BEAKER_set=docker/ubuntu-14.04 BEAKER_TESTMODE=apply
3535
rvm: 2.4.4
3636
script: bundle exec rake beaker
3737
services: docker
@@ -45,9 +45,9 @@ matrix:
4545
rvm: 2.1.9
4646
branches:
4747
only:
48-
- master
49-
- /^v\d/
50-
- release
48+
- master
49+
- /^v\d/
50+
- release
5151
notifications:
5252
email: false
5353
deploy:

Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ group :development do
3636
gem "puppet-lint-i18n", require: false
3737
end
3838
group :system_tests do
39-
gem "puppet-module-posix-system-r#{minor_version}", require: false, platforms: [:ruby]
40-
gem "puppet-module-win-system-r#{minor_version}", require: false, platforms: [:mswin, :mingw, :x64_mingw]
41-
gem "beaker-testmode_switcher", require: false
39+
gem "puppet-module-posix-system-r#{minor_version}", require: false, platforms: [:ruby]
40+
gem "puppet-module-win-system-r#{minor_version}", require: false, platforms: [:mswin, :mingw, :x64_mingw]
41+
gem "beaker-testmode_switcher", require: false
4242
end
4343

4444
puppet_version = ENV['PUPPET_GEM_VERSION']

metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,6 @@
8484
],
8585
"description": "MySQL module",
8686
"template-url": "https://github.com/puppetlabs/pdk-templates",
87-
"template-ref": "heads/master-0-g6b0d497",
88-
"pdk-version": "1.5.0"
87+
"template-ref": "1.7.0-0-g57412ed",
88+
"pdk-version": "1.7.0"
8989
}

spec/spec_helper.rb

Lines changed: 0 additions & 1 deletion
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)