english fail, sorry

This commit is contained in:
faust 2013-05-19 21:09:57 +02:00
parent 13b7ebb7f4
commit 0032ba407c

View File

@ -7,7 +7,7 @@ A state module to manage Gentoo configuration via eselect
.. code-block:: yaml
profile:
eselect.setted:
eselect.set:
target: hardened/linux/amd64
'''
@ -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