Browse Source

Merge pull request #124 from SkypLabs/patch-1

Fix typos in README.rst
tags/v0.45.0
Wolodja Wentland 8 years ago
parent
commit
6bc25c9099
1 changed files with 8 additions and 8 deletions
  1. +8
    -8
      README.rst

+ 8
- 8
README.rst View File

``users`` ``users``
--------- ---------


Configure a user's home directory, group, the user itself, secondary groups,
Configures a user's home directory, group, the user itself, secondary groups,
and associated keys. Also configures sudo access, and absent users. and associated keys. Also configures sudo access, and absent users.


``users.sudo`` ``users.sudo``
``users.bashrc`` ``users.bashrc``
---------------- ----------------


Ensures the bashrc file exists in the users home directory. Set manage_bashrc:
True in pillar per user. Defaults to False
Ensures the bashrc file exists in the users home directory. Sets 'manage_bashrc:
True' in pillar per user. Defaults to False.


``users.profile`` ``users.profile``
---------------- ----------------


Ensures the profile file exists in the users home directory. Set manage_profile:
True in pillar per user. Defaults to False
Ensures the profile file exists in the users home directory. Sets 'manage_profile:
True' in pillar per user. Defaults to False.


``users.vimrc`` ``users.vimrc``
--------------- ---------------


Ensures the vimrc file exists in the users home directory. Set manage_vimrc:
True in pillar per user. Defaults to False
This depends on the vim-formula to be installed
Ensures the vimrc file exists in the users home directory. Sets 'manage_vimrc:
True' in pillar per user. Defaults to False.
This depends on the vim-formula to be installed.


``users.user_files`` ``users.user_files``
--------------- ---------------

Loading…
Cancel
Save