summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2013-06-14 16:04:51 -0400
committerMicah Anderson <micah@riseup.net>2013-06-14 16:06:58 -0400
commitda0ce6473e4b3d65b60878c8cde62379222ee499 (patch)
tree987c42142c548ab1f3db7df9392bec306bd29f2f /README
parent4d57632afc0d9be88c4c9a30ee26599bdbefef00 (diff)
parent0c75e1584827e52c3af20d304a76111f37307c48 (diff)
Merge remote-tracking branch 'camptocamp/master'
Conflicts: README manifests/debian.pp manifests/files.pp manifests/init.pp manifests/lens.pp manifests/redhat.pp
Diffstat (limited to 'README')
-rw-r--r--README31
1 files changed, 0 insertions, 31 deletions
diff --git a/README b/README
deleted file mode 100644
index 5001b08..0000000
--- a/README
+++ /dev/null
@@ -1,31 +0,0 @@
-= Augeas Puppet module =
-
-== Usage ==
-
- include augeas
-
-== Description ==
-
-This module does 3 things:
-
- o lets you force the augeas version by defining $version, otherwise puppet will
- only ensure the packages are present.
- o lets you force the ruby library version by defining $rubylib_version, otherwise puppet will
- only ensure the libagueas-ruby version will be installed according to internal critera
- o lets you deploy an augeas lens and any associated test files, running unit tests and not installing if they fail:
-
- Parameters:
- - *ensure*: present/absent
- - *lens_source*: the source for the lens
- - *test_source*: optionally, the source for the test file.
- - *stock_since*: optionally, indicate in which version of Augeas
- the lens became stock, so it will not be deployed above that version.
-
- Example usage:
-
- augeas::lens { 'networkmanager':
- lens_source => 'puppet:///modules/networkmanager/lenses/networkmanager.aug',
- test_source => 'puppet:///modules/networkmanager/lenses/test_networkmanager.aug',
- stock_since => '1.0.0',
- }
-