]> gitweb.fluxo.info Git - puppet-nfs.git/commitdiff
Add documentation
authorTom De Vylder <tom@penumbra.be>
Tue, 27 Nov 2012 13:50:51 +0000 (14:50 +0100)
committerTom De Vylder <tom@penumbra.be>
Tue, 27 Nov 2012 13:50:51 +0000 (14:50 +0100)
README.md [new file with mode: 0644]

diff --git a/README.md b/README.md
new file mode 100644 (file)
index 0000000..50a960f
--- /dev/null
+++ b/README.md
@@ -0,0 +1,25 @@
+# Puppet NFS
+
+## Requirements
+
+## Tested on...
+
+* Debian 5 (Lenny)
+* Debian 6 (Squeeze)
+
+## Example usage
+
+### Install NFS client tools
+
+    node /box/ {
+      include nfs
+    }
+
+### Install NFS client and server
+
+    node /box/ {
+      class { 'nfs':
+        server => true;
+      }
+    }
+