Skip to content

Commit d55e617

Browse files
pccibotTheMeier
authored andcommitted
modulesync 10.3.0
1 parent 3029050 commit d55e617

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.msync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# Managed by modulesync - DO NOT EDIT
33
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
44

5-
modulesync_config_version: '10.2.0'
5+
modulesync_config_version: '10.3.0'

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
source ENV['GEM_SOURCE'] || 'https://rubygems.org'
55

66
group :test do
7-
gem 'voxpupuli-test', '~> 12.0', :require => false
7+
gem 'voxpupuli-test', '~> 13.0', :require => false
88
gem 'puppet_metadata', '~> 5.0', :require => false
99
gem 'ipaddress', :require => false
1010
gem 'rspec-its', :require => false
@@ -20,7 +20,7 @@ group :system_tests do
2020
end
2121

2222
group :release do
23-
gem 'voxpupuli-release', '~> 4.0', :require => false
23+
gem 'voxpupuli-release', '~> 5.0', :require => false
2424
end
2525

2626
gem 'rake', :require => false

manifests/bond.pp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
Optional[String[1]] $method = undef,
7171
Optional[Enum['inet', 'inet6']] $family = undef,
7272
Optional[Boolean] $onboot = undef,
73-
Variant[Boolean, Enum['true', 'false'], Undef] $hotplug = undef,
73+
Optional[Boolean, Enum['true', 'false']] $hotplug = undef,
7474
Optional[Enum['slow', 'fast', '0', '1']] $lacp_rate = undef,
7575
Optional[
7676
Variant[Integer[42, 65536], Pattern[/^\d+$/]]
@@ -79,7 +79,7 @@
7979
Optional[Hash[String, Any]] $slave_options = undef,
8080
Enum[
8181
'balance-rr', 'active-backup', 'balance-xor', 'broadcast', '802.3ad',
82-
'balance-tlb', 'balance-alb', '0', '1', '2', '3','4', '5', '6'
82+
'balance-tlb', 'balance-alb', '0', '1', '2', '3','4', '5', '6',
8383
] $mode = 'active-backup',
8484
String[1] $miimon = '100',
8585
String[1] $downdelay = '200',

0 commit comments

Comments
 (0)