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 + + +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 . +# + +__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