summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/puppet/type/dns_record2.rb2
1 files changed, 2 insertions, 0 deletions
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