Ver código fonte

Merge pull request #233 from stratusjerry/master

spellcheck fix
pull/191/merge
Filip Pytloun 2 anos atrás
pai
commit
e95dca049c
Nenhuma conta vinculada ao e-mail do autor do commit
2 arquivos alterados com 5 adições e 5 exclusões
  1. +4
    -4
      README.rst
  2. +1
    -1
      _modules/ovs_config.py

+ 4
- 4
README.rst Ver arquivo

@@ -1,5 +1,5 @@
============
Linux Fomula
Linux Formula
============

Linux Operating Systems:
@@ -33,7 +33,7 @@ Basic Linux box
Linux with system users, some with password set:

.. warning:: If no ``password`` variable is passed,
any predifined password will be removed.
any predefined password will be removed.

.. code-block:: yaml

@@ -67,7 +67,7 @@ Linux with system users, some with password set:
elizabeth:
name: 'elizabeth'
enabled: true
full_name: 'With hased password'
full_name: 'With hashed password'
home: '/home/elizabeth'
password: "$6$nUI7QEz3$dFYjzQqK5cJ6HQ38KqG4gTWA9eJu3aKx6TRVDFh6BVJxJgFWg2akfAA7f1fCxcSUeOJ2arCO6EEI6XXnHXxG10"

@@ -889,7 +889,7 @@ Optional: You can also use list that will ensure order of items.

Sysfs definition with disabled automatic write. Attributes are saved
to configuration, but are not applied during the run.
Thay will be applied automatically after the reboot.
They will be applied automatically after the reboot.


.. code-block:: yaml

+ 1
- 1
_modules/ovs_config.py Ver arquivo

@@ -22,7 +22,7 @@ def __virtual__():

def _retcode_to_bool(retcode):
'''
Evaulates ovs-vsctl command`s retcode value.
Evaluates ovs-vsctl command`s retcode value.

Args:
retcode: Value of retcode field from response.

Carregando…
Cancelar
Salvar