Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
updated SPM version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
cedwards committed Aug 8, 2016
1 parent bd04dc2 commit a6fd9a2
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ repo for updates and bugfixes!)

.. code-block:: shell
wget https://spm.hubblestack.io/2016.7.0_RC1/hubblestack_quasar-2016.7.0_RC1-1.spm
spm local install hubblestack_quasar-2016.7.0_RC1-1.spm
wget https://spm.hubblestack.io/2016.7.0/hubblestack_quasar-2016.7.0-1.spm
spm local install hubblestack_quasar-2016.7.0-1.spm
You should now be able to sync the new modules to your minion(s) using the
``sync_returners`` Salt utility:
Expand All @@ -49,6 +49,19 @@ You should now be able to sync the new modules to your minion(s) using the
salt \* saltutil.sync_returners
Copy the ``hubblestack_quasar.sls.orig`` into your Salt pillar, dropping the
``.orig`` extension and target it to selected minions.

.. code-block:: shell
base:
'*':
- hubblestack_quasar
.. code-block:: shell
salt \* saltutil.refresh_pillar
Once these modules are synced you'll be ready to begin reporting data and events.

Skip to [Usage].
Expand Down

0 comments on commit a6fd9a2

Please sign in to comment.