summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authorRaphaël Pinson <raphael.pinson@camptocamp.com>2013-03-22 10:09:35 +0100
committerRaphaël Pinson <raphael.pinson@camptocamp.com>2013-03-22 10:09:35 +0100
commit0c6ca2848fbbe849a3e59779ffeb2c7979c6b0c2 (patch)
tree183bf4720e9df2b28eb5abdc819a44bf97e88eb3 /manifests/init.pp
parent50914333ba51f58d4a4419b8171094b9eabb6fca (diff)
Doc and lint
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp8
1 files changed, 8 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 6374955..80fbbd8 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -1,3 +1,11 @@
+# Class: augeas
+#
+# Install and configure Augeas
+#
+# Parameters:
+# ['version'] - the desired version of Augeas
+# ['ruby_version'] - the desired version of the Ruby bindings for Augeas
+# ['lens_dir'] - the lens directory to use
class augeas (
$version = $augeas_version,
$ruby_version = $augeas_ruby_version,