summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-06-08 14:22:09 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-06-08 14:22:09 +0200
commit711238f45f3e1d7db3f27d30695c41d021771491 (patch)
tree1c1a0cee8579fe59cf48465a68ea82520ad539c8 /lib
parentPropagate binaries. (diff)
downloaddns-711238f45f3e1d7db3f27d30695c41d021771491.tar.gz
dns-711238f45f3e1d7db3f27d30695c41d021771491.tar.xz
Create zones and records.
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