summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/puppet/type/dns_zone2.rb4
1 files changed, 4 insertions, 0 deletions
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