File tree Expand file tree Collapse file tree 4 files changed +6
-278
lines changed
Expand file tree Collapse file tree 4 files changed +6
-278
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 1313 $target_file = " ${mrepo::src_root} /iso/${name} "
1414
1515 ensure_resource(' file' , " ${mrepo::src_root} /iso" , {
16- ' ensure' => ' directory' ,
17- ' owner' => $mrepo::user ,
18- ' group' => $mrepo::group ,
19- ' mode' => ' 0644' ,
16+ ' ensure' => ' directory' ,
17+ ' owner' => $mrepo::user ,
18+ ' group' => $mrepo::group ,
19+ ' mode' => ' 0644' ,
2020 })
2121
2222 archive { $target_file:
You can’t perform that action at this time.
0 commit comments