Skip to content

Commit

Permalink
Add versionadded
Browse files Browse the repository at this point in the history
  • Loading branch information
techhat committed Jun 23, 2015
1 parent 4a95b11 commit 8e1bebf
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions salt/cli/spm.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Salt's spm cli parser.
.. versionadded:: Beryllium
'''

# Import Python libs
Expand Down
2 changes: 2 additions & 0 deletions salt/client/spm.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# -*- coding: utf-8 -*-
'''
This module provides the point of entry to SPM, the Salt Package Manager
.. versionadded:: Beryllium
'''
from __future__ import absolute_import
# Import Python libs
Expand Down
2 changes: 2 additions & 0 deletions salt/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -2748,6 +2748,8 @@ def spm_config(path):
'''
Read in the salt master config file and add additional configs that
need to be stubbed out for spm
.. versionadded:: Beryllium
'''
# Let's grab a copy of salt's master default opts
defaults = DEFAULT_MASTER_OPTS
Expand Down
2 changes: 2 additions & 0 deletions salt/scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,8 @@ def salt_main():
def salt_spm():
'''
The main function for spm, the Salt Package Manager
.. versionadded:: Beryllium
'''
import salt.cli.spm
spm = salt.cli.spm.SPM() # pylint: disable=E1120
Expand Down
2 changes: 2 additions & 0 deletions scripts/spm
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/usr/bin/env python
'''
Publish commands to the salt system from the command line on the master.
.. versionadded:: Beryllium
'''

from salt.scripts import salt_spm
Expand Down

0 comments on commit 8e1bebf

Please sign in to comment.