Skip to content

Commit a44fed4

Browse files
committed
Switch apply tests to openvox
v1.2.0 of openvox_bootstrap adds windows support to the install and check tasks. The install task is used by openbolt in the apply_prep function to install the agent onto the remote node. The check task is used by openbolt testing to verify that the install task worked.
1 parent 676d19e commit a44fed4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Puppetfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ moduledir File.join(File.dirname(__FILE__), 'modules')
66

77
# Core modules used by 'apply'
88
mod 'puppetlabs-service', '3.1.0'
9-
mod 'puppet-openvox_bootstrap', '1.1.0'
9+
mod 'puppet-openvox_bootstrap', '1.2.0'
1010
mod 'puppetlabs-facts', '1.7.0'
1111

1212
# puppetlabs-puppet_agent deps

spec/integration/apply_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
require 'bolt_spec/run'
1010

1111
TEST_VERSIONS = [
12-
[8, 'puppet8']
12+
[8, 'openvox8']
1313
].freeze
1414

1515
describe 'apply', apply: true do

0 commit comments

Comments
 (0)