aboutsummaryrefslogtreecommitdiff
path: root/types
diff options
context:
space:
mode:
authorTim Meusel <tim@bastelfreak.de>2020-10-07 09:42:29 +0200
committerGitHub <noreply@github.com>2020-10-07 09:42:29 +0200
commitc9854b57a03cdd7bce7176a35a1157f621a2318b (patch)
tree633dde887139e40c0083e83f2bf962c291df20f6 /types
parent456d663a31efb414f98eec19bed80e9e9570ea6e (diff)
parent75ab2f7d7ec834976debd66b9874da81a82328e3 (diff)
downloadpuppet-ferm-c9854b57a03cdd7bce7176a35a1157f621a2318b.tar.gz
puppet-ferm-c9854b57a03cdd7bce7176a35a1157f621a2318b.tar.bz2
Merge pull request #117 from bastelfreak/string
Add puppet-lint-param-docs linter / fix typos in puppet-strings documentation
Diffstat (limited to 'types')
-rw-r--r--types/port.pp1
1 files changed, 0 insertions, 1 deletions
diff --git a/types/port.pp b/types/port.pp
index dc2b7e1..da2ea23 100644
--- a/types/port.pp
+++ b/types/port.pp
@@ -5,7 +5,6 @@
# + single Integer port
# + Array of Integers (creates a multiport matcher)
# + ferm range port-spec (pair of colon-separated integer, assumes 0 if first is omitted)
-
type Ferm::Port = Variant[
Stdlib::Port,
Array[Stdlib::Port],