forked from ungleich-public/cdist
new type: __nfs_server
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
parent
6d45a49219
commit
71260c7782
3 changed files with 70 additions and 0 deletions
42
conf/type/__nfs_server/man.text
Normal file
42
conf/type/__nfs_server/man.text
Normal file
|
@ -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).
|
28
conf/type/__nfs_server/manifest
Executable file
28
conf/type/__nfs_server/manifest
Executable file
|
@ -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
|
0
conf/type/__nfs_server/singleton
Normal file
0
conf/type/__nfs_server/singleton
Normal file
Loading…
Reference in a new issue