diff options
author | Tim Meusel <tim@bastelfreak.de> | 2019-03-13 16:34:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-13 16:34:12 +0100 |
commit | 5b82ef050c9f32c3a241f381f50b5072b88871d1 (patch) | |
tree | ebac28bdf0fa7b36ebf51bac691332e0f0416ed5 | |
parent | d5bab3f9bf3aeb5c3458d3d29533610b4a22c445 (diff) | |
parent | 76c8ed54ec63b657a1354ce7707c870acd1483de (diff) | |
download | puppet-ferm-5b82ef050c9f32c3a241f381f50b5072b88871d1.tar.gz puppet-ferm-5b82ef050c9f32c3a241f381f50b5072b88871d1.tar.bz2 |
Merge pull request #40 from kBite/add-all-to-protocols
add 'all' to protocols
-rw-r--r-- | types/protocols.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/types/protocols.pp b/types/protocols.pp index 5397542..2ab2cf4 100644 --- a/types/protocols.pp +++ b/types/protocols.pp @@ -1 +1 @@ -type Ferm::Protocols = Enum['icmp', 'tcp', 'udp'] +type Ferm::Protocols = Enum['icmp', 'tcp', 'udp', 'all'] |