Skip to content

Commit

Permalink
Merge pull request saltstack#5146 from faust/gentoo-eselect
Browse files Browse the repository at this point in the history
english fail, sorry
  • Loading branch information
thatch45 committed May 19, 2013
2 parents 8f083cf + 0032ba4 commit 5eb8933
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions salt/states/eselect.py
Expand Up @@ -7,7 +7,7 @@
.. code-block:: yaml
profile:
eselect.setted:
eselect.set:
target: hardened/linux/amd64
'''

Expand All @@ -17,7 +17,7 @@ def __virtual__():
'''
return 'eselect' if 'eselect.exec_action' in __salt__ else False

def setted(name, target):
def set(name, target):
'''
Verify that the given module is set to the given target
Expand Down

0 comments on commit 5eb8933

Please sign in to comment.