File tree Expand file tree Collapse file tree 5 files changed +12
-284
lines changed
Expand file tree Collapse file tree 5 files changed +12
-284
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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'
Original file line number Diff line number Diff line change 44source ENV [ 'GEM_SOURCE' ] || 'https://rubygems.org'
55
66group :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
99end
1010
Original file line number Diff line number Diff line change 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 }
Original file line number Diff line number Diff line change 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 }
You can’t perform that action at this time.
0 commit comments