summaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorRaphaël Pinson <raphael.pinson@camptocamp.com>2013-03-21 17:21:49 +0100
committerRaphaël Pinson <raphael.pinson@camptocamp.com>2013-03-21 17:21:49 +0100
commitb1ee7d740de50e140277df774b353721890fa2df (patch)
tree5eb07a904c680292be50c1e20bbe8e9f24593ca3 /README.markdown
parentf21de867507355d06080b5d6fd087cf8265969ba (diff)
README
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown30
1 files changed, 30 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index e41c137..bf25e75 100644
--- a/README.markdown
+++ b/README.markdown
@@ -1,5 +1,9 @@
# Augeas Puppet module
+**Install and configure Augeas.**
+
+This module is provided by [Camptocamp](http://www.camptocamp.com/)
+
## Usage
Simple usage:
@@ -56,3 +60,29 @@ Would result in:
- *Type*: rvalue
+## Contributing
+
+Please report bugs and feature request using [GitHub issue
+tracker](https://github.com/camptocamp/puppet-augeas/issues).
+
+For pull requests, it is very much appreciated to check your Puppet manifest
+with [puppet-lint](https://github.com/camptocamp/puppet-augeas/issues) to follow the recommended Puppet style guidelines from the
+[Puppet Labs style guide](http://docs.puppetlabs.com/guides/style_guide.html).
+
+## License
+
+Copyright (c) 2013 <mailto:puppet@camptocamp.com> All rights reserved.
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+