Skip to content

Commit 3161a96

Browse files
authored
Merge pull request #225 from voxpupuli/modulesync
modulesync 10.1.0-26-ga82038c
2 parents f291d79 + c54f893 commit 3161a96

File tree

5 files changed

+12
-284
lines changed

5 files changed

+12
-284
lines changed

.github/CONTRIBUTING.md

Lines changed: 0 additions & 272 deletions
This file was deleted.

.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.1.0'
5+
modulesync_config_version: '10.2.0'

Gemfile

Lines changed: 1 addition & 1 deletion
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', '~> 11.0', :require => false
7+
gem 'voxpupuli-test', '~> 12.0', :require => false
88
gem 'puppet_metadata', '~> 5.0', :require => false
99
end
1010

manifests/refresh_pattern.pp

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,13 @@
7575
concat::fragment { "squid_refresh_pattern_${pattern}":
7676
target => $squid::config,
7777
content => epp('squid/squid.conf.refresh_pattern.epp', {
78-
'comment' => $comment,
79-
'case_sensitive' => $case_sensitive,
80-
'pattern' => $pattern,
81-
'max' => $max,
82-
'min' => $min,
83-
'options' => $options,
84-
'percent' => $percent,
78+
'comment' => $comment,
79+
'case_sensitive' => $case_sensitive,
80+
'pattern' => $pattern,
81+
'max' => $max,
82+
'min' => $min,
83+
'options' => $options,
84+
'percent' => $percent,
8585
}),
8686
order => "45-${order}",
8787
}

manifests/snmp_port.pp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
concat::fragment { "squid_snmp_port_${port}":
3030
target => $squid::config,
3131
content => epp('squid/squid.conf.snmp_port.epp', {
32-
'port' => $port,
33-
'options' => $options,
34-
'process_number' => $process_number,
32+
'port' => $port,
33+
'options' => $options,
34+
'process_number' => $process_number,
3535
}),
3636
order => "40-${order}",
3737
}

0 commit comments

Comments
 (0)