Browse Source

Merge pull request #233 from stratusjerry/master

spellcheck fix
pull/191/merge
Filip Pytloun 2 years ago
parent
commit
e95dca049c
No account linked to committer's email address
2 changed files with 5 additions and 5 deletions
  1. +4
    -4
      README.rst
  2. +1
    -1
      _modules/ovs_config.py

+ 4
- 4
README.rst View File

============ ============
Linux Fomula
Linux Formula
============ ============


Linux Operating Systems: Linux Operating Systems:
Linux with system users, some with password set: Linux with system users, some with password set:


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


.. code-block:: yaml .. code-block:: yaml


elizabeth: elizabeth:
name: 'elizabeth' name: 'elizabeth'
enabled: true enabled: true
full_name: 'With hased password'
full_name: 'With hashed password'
home: '/home/elizabeth' home: '/home/elizabeth'
password: "$6$nUI7QEz3$dFYjzQqK5cJ6HQ38KqG4gTWA9eJu3aKx6TRVDFh6BVJxJgFWg2akfAA7f1fCxcSUeOJ2arCO6EEI6XXnHXxG10" password: "$6$nUI7QEz3$dFYjzQqK5cJ6HQ38KqG4gTWA9eJu3aKx6TRVDFh6BVJxJgFWg2akfAA7f1fCxcSUeOJ2arCO6EEI6XXnHXxG10"




Sysfs definition with disabled automatic write. Attributes are saved Sysfs definition with disabled automatic write. Attributes are saved
to configuration, but are not applied during the run. 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 .. code-block:: yaml

+ 1
- 1
_modules/ovs_config.py View File



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


Args: Args:
retcode: Value of retcode field from response. retcode: Value of retcode field from response.

Loading…
Cancel
Save