Skip to content

Commit 9874fcc

Browse files
pccibotTheMeier
authored andcommitted
modulesync 10.5.0
1 parent 4cf2439 commit 9874fcc

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

.devcontainer/devcontainer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
2+
{
3+
"name": "VoxBox",
4+
"image": "ghcr.io/voxpupuli/voxbox:latest"
5+
}

.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.4.0'
5+
modulesync_config_version: '10.5.0'

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ source ENV['GEM_SOURCE'] || 'https://rubygems.org'
55

66
group :test do
77
gem 'voxpupuli-test', '~> 13.0', :require => false
8-
gem 'puppet_metadata', '~> 5.0', :require => false
8+
gem 'puppet_metadata', '~> 6.0', :require => false
99
end
1010

1111
group :development do

manifests/node/kubelet.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@
200200
Kmod::Load['br_netfilter']
201201
-> [
202202
Sysctl['net.bridge.bridge-nf-call-iptables'],
203-
Sysctl['net.bridge.bridge-nf-call-ip6tables']
203+
Sysctl['net.bridge.bridge-nf-call-ip6tables'],
204204
]
205205
}
206206
}

manifests/server/etcd/setup.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183
}
184184

185185
$_initial_cluster = ([
186-
"${etcd_name}=${initial_advertise_peer_urls[0]}"
186+
"${etcd_name}=${initial_advertise_peer_urls[0]}",
187187
] + $initial_cluster).unique
188188

189189
file {

0 commit comments

Comments
 (0)