From 71260c77825a224ad3c6160cd68272dc9984e1ef Mon Sep 17 00:00:00 2001
From: Steven Armstrong <steven@icarus.ethz.ch>
Date: Mon, 14 Nov 2011 16:20:36 +0100
Subject: [PATCH] new type: __nfs_server

Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
---
 conf/type/__nfs_server/man.text  | 42 ++++++++++++++++++++++++++++++++
 conf/type/__nfs_server/manifest  | 28 +++++++++++++++++++++
 conf/type/__nfs_server/singleton |  0
 3 files changed, 70 insertions(+)
 create mode 100644 conf/type/__nfs_server/man.text
 create mode 100755 conf/type/__nfs_server/manifest
 create mode 100644 conf/type/__nfs_server/singleton

diff --git a/conf/type/__nfs_server/man.text b/conf/type/__nfs_server/man.text
new file mode 100644
index 00000000..41fc1d75
--- /dev/null
+++ b/conf/type/__nfs_server/man.text
@@ -0,0 +1,42 @@
+cdist-type__nfs_server(7)
+=========================
+Steven Armstrong <steven-cdist--@--armstrong.cc>
+
+
+NAME
+----
+cdist-type__nfs_server - nfs server
+
+
+DESCRIPTION
+-----------
+Install, start, do whatever is necessary to have a working nfs server.
+
+
+REQUIRED PARAMETERS
+-------------------
+None.
+
+
+OPTIONAL PARAMETERS
+-------------------
+None.
+
+
+EXAMPLES
+--------
+
+--------------------------------------------------------------------------------
+__nfs_server
+--------------------------------------------------------------------------------
+
+
+SEE ALSO
+--------
+- cdist-type(7)
+
+
+COPYING
+-------
+Copyright \(C) 2011 Steven Armstrong. Free use of this software is
+granted under the terms of the GNU General Public License version 3 (GPLv3).
diff --git a/conf/type/__nfs_server/manifest b/conf/type/__nfs_server/manifest
new file mode 100755
index 00000000..d1946b4c
--- /dev/null
+++ b/conf/type/__nfs_server/manifest
@@ -0,0 +1,28 @@
+#!/bin/sh
+#
+# 2011 Steven Armstrong (steven-cdist at armstrong.cc)
+#
+# This file is part of cdist.
+#
+# cdist 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.
+#
+# cdist 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 cdist. If not, see <http://www.gnu.org/licenses/>.
+#
+
+__nfs_client
+
+__package nfs-kernel-server --state installed
+
+require="__package/nfs-kernel-server" \
+   __process nfs-kernel-server --state running \
+      --start "/etc/init.d/portmap start" \
+      --name rpc.mountd
diff --git a/conf/type/__nfs_server/singleton b/conf/type/__nfs_server/singleton
new file mode 100644
index 00000000..e69de29b