Skip to content

Commit

Permalink
Merge e360573 into 2de3393
Browse files Browse the repository at this point in the history
  • Loading branch information
pigmej committed Nov 30, 2015
2 parents 2de3393 + e360573 commit 87c355f
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions docs/source/glossary.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,19 @@ Tag
Used to create arbitrary groups of resources, later this groups will be
used for different user operations.


Basic resource structure
------------------------

.. code::
├── actions
│ ├── remove.pp
│ ├── run.pp
│ └── update.pp
└── meta.yaml
.. _res-handler-term:

Handler
Expand All @@ -72,6 +85,14 @@ actions ::

handler: puppet


There are 2 special directories:

- ``templates``
- ``scripts``

if found, these directories with all contents will be synchronized to remote host by sync :ref:`res-transports-term`.

.. _res-transports-term:

Transport
Expand Down Expand Up @@ -102,6 +123,7 @@ BAT transport
According to preferences solar will choose best available transport for
file uploading and command execution.


.. _res-event-term:

Event
Expand Down

0 comments on commit 87c355f

Please sign in to comment.