diff options
| author | Brenton Leanhardt <brenton.leanhardt@gmail.com> | 2008-07-01 15:06:10 -0400 |
|---|---|---|
| committer | Brenton Leanhardt <brenton.leanhardt@gmail.com> | 2008-07-01 15:07:21 -0400 |
| commit | 70eb5b17d8e442bb5c8f59956047d1704173dced (patch) | |
| tree | b3dfffe87a8aabf925801c2af9a127e948bc4c71 | |
| parent | 9e84378b0cc9a8c7a4a56e95da675415c990edf2 (diff) | |
More doc updates
| -rw-r--r-- | everest-docs/everest-docs-1.0.0/en-US/Cookbook.xml | 2 | ||||
| -rw-r--r-- | everest-docs/everest-docs-1.0.0/en-US/MachineTypes.xml | 30 | ||||
| -rw-r--r-- | everest-docs/everest-docs.spec | 2 |
3 files changed, 22 insertions, 12 deletions
diff --git a/everest-docs/everest-docs-1.0.0/en-US/Cookbook.xml b/everest-docs/everest-docs-1.0.0/en-US/Cookbook.xml index 0b42c1f..31328ba 100644 --- a/everest-docs/everest-docs-1.0.0/en-US/Cookbook.xml +++ b/everest-docs/everest-docs-1.0.0/en-US/Cookbook.xml @@ -53,7 +53,7 @@ </note> <section id="cloud-appliance-setup"> - <title>Setup</title> + <title>Using everest-replace-self</title> <para> Cloud Appliances use <link linkend="everest-replace-self">everest-replace-self</link> diff --git a/everest-docs/everest-docs-1.0.0/en-US/MachineTypes.xml b/everest-docs/everest-docs-1.0.0/en-US/MachineTypes.xml index ea73c53..857315d 100644 --- a/everest-docs/everest-docs-1.0.0/en-US/MachineTypes.xml +++ b/everest-docs/everest-docs-1.0.0/en-US/MachineTypes.xml @@ -176,19 +176,29 @@ machine is already controlled by <application>puppet</application> it makes sense in many cases to simply use it for this - as well. The only thing required to make this - happen is to describe the configuration details - in a <application>puppet</application> class - called <emphasis>everest::repo</emphasis>. + as well. + </para> + + <para> + For this to work a puppet module named + <emphasis>repo_extensions</emphasis> + must be created and exist on the module + path. The class that this module + must define is also called + <emphasis>repo_extensions</emphasis>. + <important> <title>Important</title> <para> - <emphasis>everest::repo</emphasis> is - implemented in the module that ships - with the &REPORPM; and can be extended - by this redefinition process. Just - make sure the class is on the module - path. + The reason this works + is because by default + the Repo appliance's + <application>puppet</application> + external nodes script + includes two classes: + <emphasis>everestrepo::appliance</emphasis> + and + <emphasis>repo_extensions</emphasis>. </para> </important> </para> diff --git a/everest-docs/everest-docs.spec b/everest-docs/everest-docs.spec index 4bfedd6..ff3f23d 100644 --- a/everest-docs/everest-docs.spec +++ b/everest-docs/everest-docs.spec @@ -1,6 +1,6 @@ Name: everest-docs Version: 1.0.0 -Release: 19%{?dist} +Release: 20%{?dist} Summary: Everest documentation Group: Applications/System |
