diff options
author | Tim Meusel <tim@bastelfreak.de> | 2020-10-07 09:42:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-07 09:42:29 +0200 |
commit | c9854b57a03cdd7bce7176a35a1157f621a2318b (patch) | |
tree | 633dde887139e40c0083e83f2bf962c291df20f6 /types | |
parent | 456d663a31efb414f98eec19bed80e9e9570ea6e (diff) | |
parent | 75ab2f7d7ec834976debd66b9874da81a82328e3 (diff) | |
download | puppet-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.pp | 1 |
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], |