Skip to content

Commit 9664357

Browse files
authored
Merge pull request #149 from voxpupuli/modulesync
modulesync 10.1.0-26-ga82038c
2 parents a9b48d4 + c906ed3 commit 9664357

File tree

4 files changed

+11
-283
lines changed

4 files changed

+11
-283
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/repo.pp

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@
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
}

0 commit comments

Comments
 (0)