Procházet zdrojové kódy

Merge pull request #233 from stratusjerry/master

spellcheck fix
pull/191/merge
Filip Pytloun před 2 roky
rodič
revize
e95dca049c
Žádný účet není propojen s e-mailovou adresou tvůrce revize
2 změnil soubory, kde provedl 5 přidání a 5 odebrání
  1. +4
    -4
      README.rst
  2. +1
    -1
      _modules/ovs_config.py

+ 4
- 4
README.rst Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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.

Načítá se…
Zrušit
Uložit