From 711238f45f3e1d7db3f27d30695c41d021771491 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Thu, 8 Jun 2023 14:22:09 +0200 Subject: Create zones and records. --- lib/puppet/type/dns_record2.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib') diff --git a/lib/puppet/type/dns_record2.rb b/lib/puppet/type/dns_record2.rb index 82526cf..6fee57e 100644 --- a/lib/puppet/type/dns_record2.rb +++ b/lib/puppet/type/dns_record2.rb @@ -12,6 +12,8 @@ Puppet::Type.newtype(:dns_record2) do ensurable + def create; end + def exists? provider.exists? end -- cgit v1.2.3