summaryrefslogtreecommitdiff
path: root/manifests/definitions/bind-a.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/definitions/bind-a.pp')
-rw-r--r--manifests/definitions/bind-a.pp12
1 files changed, 12 insertions, 0 deletions
diff --git a/manifests/definitions/bind-a.pp b/manifests/definitions/bind-a.pp
index 37153b8..b0947d1 100644
--- a/manifests/definitions/bind-a.pp
+++ b/manifests/definitions/bind-a.pp
@@ -1,3 +1,15 @@
+/*
+
+= Definition: bind::a
+Creates an IPv4 record.
+
+Arguments:
+ *$zone*: Bind::Zone name
+ *$owner*: owner of the Resource Record
+ *$host*: target of the Resource Record
+ *$ttl*: Time to Live for the Resource Record. Optional.
+
+*/
define bind::a($ensure=present,
$zone,
$owner,