mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
english fail, sorry
This commit is contained in:
parent
13b7ebb7f4
commit
0032ba407c
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user