summaryrefslogtreecommitdiffstats
path: root/doc/server/plugins/structures/bundler/yp.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/server/plugins/structures/bundler/yp.txt')
-rw-r--r--doc/server/plugins/structures/bundler/yp.txt32
1 files changed, 32 insertions, 0 deletions
diff --git a/doc/server/plugins/structures/bundler/yp.txt b/doc/server/plugins/structures/bundler/yp.txt
new file mode 100644
index 000000000..6eecb3304
--- /dev/null
+++ b/doc/server/plugins/structures/bundler/yp.txt
@@ -0,0 +1,32 @@
+.. -*- mode: rst -*-
+
+.. _server-plugins-structures-bundler-yp:
+
+yp
+==
+
+= yp.xml =
+
+Note that this Bundle includes **Group** sections. Toplevel elements
+go to anybody that includes this Bundle, but clients that belong to
+the **yp-client** and **yp-server** groups get their own specialized
+treatment too.
+
+.. code-block:: xml
+
+ <Bundle name='yp' version='2.0'>
+ <Package name='yp-tools'/>
+ <Path name='/etc/nsswitch.conf'/>
+ <Path name='/etc/yp.conf'/>
+ <Path name='/etc/defaultdomain'/>
+ <Group name='yp-client'>
+ <Package name='ypbind'/>
+ <Service name='ypbind'/>
+ <Service name='portmap'/>
+ </Group>
+ <Group name='yp-server'>
+ <Package name='ypserv'/>
+ <Service name='ypserv'/>
+ <Path name='/etc/ypserv.conf'/>
+ </Group>
+ </Bundle>