From 232465f13b49cdf539ee491d32e5db705d2f4f84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Fri, 9 Jun 2023 15:15:35 +0200 Subject: Add dummy create method. --- lib/puppet/type/dns_zone2.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib') diff --git a/lib/puppet/type/dns_zone2.rb b/lib/puppet/type/dns_zone2.rb index 94160b1..8b3876a 100644 --- a/lib/puppet/type/dns_zone2.rb +++ b/lib/puppet/type/dns_zone2.rb @@ -27,6 +27,10 @@ Puppet::Type.newtype(:dns_zone2, self_refresh: true) do end end + def create + print("Create called\n") + end + # Create the file resource for us. # We also propagate some parameters and metaparameters to the # underlying file here -- cgit v1.2.3