[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:
@@ -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.
|
||||
|
||||
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user