From d88a4ea55f4fbdc32566a5c3fe54f75257ad2203 Mon Sep 17 00:00:00 2001 From: Steven Armstrong Date: Mon, 14 Nov 2011 16:11:50 +0100 Subject: [PATCH] new type: __nfs_client Signed-off-by: Steven Armstrong --- conf/type/__nfs_client/man.text | 42 ++++++++++++++++++++++++++++++++ conf/type/__nfs_client/manifest | 29 ++++++++++++++++++++++ conf/type/__nfs_client/singleton | 0 3 files changed, 71 insertions(+) create mode 100644 conf/type/__nfs_client/man.text create mode 100755 conf/type/__nfs_client/manifest create mode 100644 conf/type/__nfs_client/singleton diff --git a/conf/type/__nfs_client/man.text b/conf/type/__nfs_client/man.text new file mode 100644 index 00000000..3f0808a7 --- /dev/null +++ b/conf/type/__nfs_client/man.text @@ -0,0 +1,42 @@ +cdist-type__nfs_client(7) +========================= +Steven Armstrong + + +NAME +---- +cdist-type__nfs_client - nfs client + + +DESCRIPTION +----------- +Install, start, do whatever is necessary to have a working nfs client. + + +REQUIRED PARAMETERS +------------------- +None. + + +OPTIONAL PARAMETERS +------------------- +None. + + +EXAMPLES +-------- + +-------------------------------------------------------------------------------- +__nfs_client +-------------------------------------------------------------------------------- + + +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_client/manifest b/conf/type/__nfs_client/manifest new file mode 100755 index 00000000..a22f487a --- /dev/null +++ b/conf/type/__nfs_client/manifest @@ -0,0 +1,29 @@ +#!/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 . +# + +__package nfs-common --state installed + +require="__package/nfs-common" \ + __process portmap --state running --start "/etc/init.d/portmap start" + +require="__package/nfs-common" \ + __process statd --state running \ + --start "/etc/init.d/statd start" \ + --name rpc.statd diff --git a/conf/type/__nfs_client/singleton b/conf/type/__nfs_client/singleton new file mode 100644 index 00000000..e69de29b