From 02b3a31658d8fbf5219bec9508bcc9c7836a4bc6 Mon Sep 17 00:00:00 2001 From: Robert Cohen Date: Tue, 10 Oct 2023 16:29:30 +1100 Subject: [PATCH] fix examples also --- README.md | 2 +- examples/init.pp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 73ac252..fad34a1 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ - [Arrays of sources and destinations](#arrays-of-sources-and-destinations) - [Array of protocols](#array-of-protocols) - [Array of ICMP types](#array-of-icmp-types) - - [Array of providers](#array-of-providers) + - [Array of protocols](#array-of-protocols-2) * [Use with Hiera](#use-with-hiera) * [The alias lookup](#the-alias-lookup) 6. [Development](#development) diff --git a/examples/init.pp b/examples/init.pp index acb4f44..e8d1a59 100644 --- a/examples/init.pp +++ b/examples/init.pp @@ -1,6 +1,6 @@ # declare a resource firewall_multi { '00100 accept on port 80': - action => 'accept', + jump => 'accept', dport => 80, proto => 'tcp', source => [ @@ -15,7 +15,7 @@ # example using dst_range instead. firewall_multi { '00100 accept on port 80': - action => 'accept', + jump => 'accept', dport => 80, proto => 'tcp', source => [