Skip to content

Commit b9ef329

Browse files
author
Nicole Thomas
committed
Merge pull request saltstack#18735 from rallytime/whitespace_fix
Whitespace fix
2 parents bf8276c + 36510d4 commit b9ef329

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

salt/states/win_servermanager.py

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,23 +26,22 @@ def installed(name, recurse=False, force=False):
2626
the installation of the sub-features
2727
2828
Note:
29-
Some features requires reboot after un/installation, if so until the server is restarted
30-
Other features can not be installed !
31-
29+
Some features require reboot after un/installation. If so, until the server is restarted
30+
other features can not be installed!
31+
3232
Example:
33-
34-
Run ``salt MinionName win_servermanager.list_available`` to get a list of available roles and features, use
35-
the name in the right column. Do not use the role or features names mentioned in the PKGMGR documentation. In
33+
34+
Run ``salt MinionName win_servermanager.list_available`` to get a list of available roles and features. Use
35+
the name in the right column. Do not use the role or feature names mentioned in the PKGMGR documentation. In
3636
this example for IIS-WebServerRole the name to be used is Web-Server.
3737
3838
.. code-block:: yaml
39-
39+
4040
ISWebserverRole:
4141
win_servermanager.installed:
4242
- force: True
4343
- recurse: True
4444
- name: Web-Server
45-
4645
'''
4746
ret = {'name': name,
4847
'result': True,

0 commit comments

Comments
 (0)