diff options
author | Chris St. Pierre <chris.a.st.pierre@gmail.com> | 2013-12-05 10:00:14 -0500 |
---|---|---|
committer | Chris St. Pierre <chris.a.st.pierre@gmail.com> | 2013-12-05 10:00:32 -0500 |
commit | abb1c51462d35b501bbf33bc8e91352208df1c8d (patch) | |
tree | da33af254d41b5db2fba57964fca4575a7b92df3 /doc/appendix/guides | |
parent | 53f8eb67378f6a8054cb107e72b094f070d40c83 (diff) | |
download | bcfg2-abb1c51462d35b501bbf33bc8e91352208df1c8d.tar.gz bcfg2-abb1c51462d35b501bbf33bc8e91352208df1c8d.tar.bz2 bcfg2-abb1c51462d35b501bbf33bc8e91352208df1c8d.zip |
doc: fixed links to dynamic probe groups docs, which were moved in d8bbfbdf
Diffstat (limited to 'doc/appendix/guides')
-rw-r--r-- | doc/appendix/guides/centos.txt | 9 | ||||
-rw-r--r-- | doc/appendix/guides/fedora.txt | 9 | ||||
-rw-r--r-- | doc/appendix/guides/ubuntu.txt | 9 |
3 files changed, 15 insertions, 12 deletions
diff --git a/doc/appendix/guides/centos.txt b/doc/appendix/guides/centos.txt index febdf5769..19354b709 100644 --- a/doc/appendix/guides/centos.txt +++ b/doc/appendix/guides/centos.txt @@ -231,10 +231,11 @@ file should look something like this When editing your xml files by hand, it is useful to occasionally run `bcfg2-lint` to ensure that your xml validates properly. -The final thing we need is for the client to have the proper -arch group membership. For this, we will make use of the -:ref:`unsorted-dynamic_groups` capabilities of the Probes plugin. Add -Probes to your plugins line in ``bcfg2.conf`` and create the Probe.:: +The final thing we need is for the client to have the proper arch +group membership. For this, we will make use of the +:ref:`server-plugins-probes-dynamic-groups` capabilities of the Probes +plugin. Add Probes to your plugins line in ``bcfg2.conf`` and create +the Probe.:: [root@centos ~]# grep plugins /etc/bcfg2.conf plugins = Base,Bundler,Cfg,...,Probes diff --git a/doc/appendix/guides/fedora.txt b/doc/appendix/guides/fedora.txt index 1e49084ef..f89daaf0b 100644 --- a/doc/appendix/guides/fedora.txt +++ b/doc/appendix/guides/fedora.txt @@ -256,10 +256,11 @@ file should look something like this Add a probe +++++++++++ -The next step for the client will be to have the proper -arch group membership. For this, we will make use of the -:ref:`unsorted-dynamic_groups` capabilities of the Probes plugin. Add -**Probes** to your plugins line in ``bcfg2.conf`` and create the Probe: +The next step for the client will be to have the proper arch group +membership. For this, we will make use of the +:ref:`server-plugins-probes-dynamic-groups` capabilities of the Probes +plugin. Add **Probes** to your plugins line in ``bcfg2.conf`` and +create the Probe: .. code-block:: sh diff --git a/doc/appendix/guides/ubuntu.txt b/doc/appendix/guides/ubuntu.txt index f68c8b9ad..9bf851632 100644 --- a/doc/appendix/guides/ubuntu.txt +++ b/doc/appendix/guides/ubuntu.txt @@ -253,10 +253,11 @@ that our client is able to obtain these sources. When editing your xml files by hand, it is useful to occasionally run ``bcfg2-lint -v`` to ensure that your xml validates properly. -The last thing we need is for the client to have the proper -arch group membership. For this, we will make use of the -:ref:`unsorted-dynamic_groups` capabilities of the Probes plugin. Add -Probes to your plugins line in ``bcfg2.conf`` and create the Probe. +The last thing we need is for the client to have the proper arch group +membership. For this, we will make use of the +:ref:`server-plugins-probes-dynamic-groups` capabilities of the Probes +plugin. Add Probes to your plugins line in ``bcfg2.conf`` and create +the Probe. .. code-block:: sh |