File tree Expand file tree Collapse file tree 4 files changed +11
-283
lines changed
Expand file tree Collapse file tree 4 files changed +11
-283
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 3030 # define repository configuration
3131 file { "/usr/local/etc/pkg/repos/${name}.conf" :
3232 content => epp(" ${module_name} /repo.epp" , {
33- name => $name ,
34- packagehost => $packagehost ,
35- protocol => $protocol ,
36- mirror_type => $mirror_type ,
37- repopath => $repopath ,
38- enabled => $enabled ,
39- priority => $priority ,
40- pubkey => $pubkey ,
41- fingerprints => $fingerprints ,
33+ name => $name ,
34+ packagehost => $packagehost ,
35+ protocol => $protocol ,
36+ mirror_type => $mirror_type ,
37+ repopath => $repopath ,
38+ enabled => $enabled ,
39+ priority => $priority ,
40+ pubkey => $pubkey ,
41+ fingerprints => $fingerprints ,
4242 }),
4343 notify => Exec[' pkg update' ],
4444 }
You can’t perform that action at this time.
0 commit comments