Skip to content

Commit ab48069

Browse files
authored
Merge pull request #702 from voxpupuli/modulesync
modulesync 10.1.0-26-ga82038c
2 parents b5aa923 + 3ff0660 commit ab48069

File tree

6 files changed

+16
-288
lines changed

6 files changed

+16
-288
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
gem 'webmock', :require => false
1010
end

REFERENCE.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -938,11 +938,11 @@ Data type:
938938

939939
```puppet
940940
Optional[Hash[
941+
String[1],
942+
Variant[
941943
String[1],
942-
Variant[
943-
String[1],
944-
Numeric,
945-
Boolean,
944+
Numeric,
945+
Boolean,
946946
]]]
947947
```
948948

@@ -1675,9 +1675,9 @@ Struct[{
16751675
description => Optional[String[0]],
16761676
datacenters => Optional[Array[String[1]]],
16771677
rules => Optional[Array[Struct[{
1678-
resource => String[1],
1679-
segment => Optional[String[0]],
1680-
disposition => String[1],
1678+
resource => String[1],
1679+
segment => Optional[String[0]],
1680+
disposition => String[1],
16811681
}]]],
16821682
acl_api_token => Optional[String[1]],
16831683
protocol => Optional[String[1]],

manifests/service.pp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,11 @@
6868
Array[String[1]] $tags = [],
6969
Optional[String[1]] $token = undef,
7070
Optional[Hash[
71+
String[1],
72+
Variant[
7173
String[1],
72-
Variant[
73-
String[1],
74-
Numeric,
75-
Boolean,
74+
Numeric,
75+
Boolean,
7676
]]] $meta = undef,
7777
) {
7878
include consul

types/policystruct.pp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
description => Optional[String[0]],
66
datacenters => Optional[Array[String[1]]],
77
rules => Optional[Array[Struct[{
8-
resource => String[1],
9-
segment => Optional[String[0]],
10-
disposition => String[1],
8+
resource => String[1],
9+
segment => Optional[String[0]],
10+
disposition => String[1],
1111
}]]],
1212
acl_api_token => Optional[String[1]],
1313
protocol => Optional[String[1]],

0 commit comments

Comments
 (0)