[Ref Arch] Wrong directory

Fixes the wrong direcotry in the Additional task for an existing role section:

/etc/puppet/2014.2-6.1/modules/my_tasks.yaml
--> /etc/puppet/2014.2.2-6.1/modules/my_tasks.yaml

Closes-bug: 1472118
Change-Id: I0efe666a6cb2589b6e5aa705508cf49e30a8e64a
This commit is contained in:
OlgaGusarenko
2015-07-07 10:41:09 +03:00
committed by Irina
parent 15ed16e205
commit 0e70fb32b6
2 changed files with 5 additions and 7 deletions

View File

@@ -7,7 +7,7 @@ If you would like to add extra task for
an existing role, follow these steps:
#. Add the task description to
``/etc/puppet/2014.2-6.1/modules/my_tasks.yaml`` file.
``/etc/puppet/2014.2.2-6.1/modules/my_tasks.yaml`` file.
.. code-block:: yaml
@@ -25,7 +25,7 @@ an existing role, follow these steps:
::
fuel rel --sync-deployment-tasks --dir /etc/puppet/2014.2-6.1
fuel rel --sync-deployment-tasks --dir /etc/puppet/2014.2.2-6.1
After syncing the task to nailgun database, you will be able to deploy it on
the selected groups.
the selected groups.

View File

@@ -64,11 +64,9 @@ follow these steps:
puppet_modules: /etc/puppet/modules
timeout: 180
#. Run the following command:
#. Run the following command::
::
fuel rel --sync-deployment-tasks --dir /etc/puppet/2014.2-6.1/
fuel rel --sync-deployment-tasks --dir /etc/puppet/2014.2.2-6.1/
#. :ref:`Create an enviroment <create-env-ug>`. Note the following: