8000 modulesync 9.5.0-4-g2cf9dc0 by pccibot · Pull Request #1058 · voxpupuli/puppet-collectd · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

modulesync 9.5.0-4-g2cf9dc0 #1058

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 19, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .msync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# Managed by modulesync - DO NOT EDIT
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/

modulesync_config_version: '9.4.0'
modulesync_config_version: '9.5.0'
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ group :test do
gem 'voxpupuli-test', '~> 9.0', :require => false
gem 'coveralls', :require => false
gem 'simplecov-console', :require => false
gem 'puppet_metadata', '~> 4.0', :require => false
gem 'puppet_metadata', '~> 5.0', :require => false
end

group :development do
Expand All @@ -16,7 +16,7 @@ group :development do
end

group :system_tests do
gem 'voxpupuli-acceptance', '~> 3.0', :require => false
gem 'voxpupuli-acceptance', '~> 3.5', :require => false
end

group :release do
Expand Down
2 changes: 1 addition & 1 deletion examples/plugins/ceph.pp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
include collectd

class { 'collectd::plugin::ceph':
osds => ['osd.0', 'osd.1', 'osd.2'],
osds => ['osd.0', 'osd.1', 'osd.2'],
}
2 changes: 1 addition & 1 deletion manifests/plugin/ipc.pp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
include collectd

collectd::plugin { 'ipc':
ensure => $ensure,
ensure => $ensure,
}
}
2 changes: 1 addition & 1 deletion manifests/plugin/numa.pp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
include collectd

collectd::plugin { 'numa':
ensure => $ensure,
ensure => $ensure,
}
}
2 changes: 1 addition & 1 deletion manifests/plugin/nut.pp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
include collectd

collectd::plugin { 'nut':
ensure => $ensure,
ensure => $ensure,
}
$upss.each |String $ups| {
collectd::plugin::nut::ups { $upss:
Expand Down
Loading
0