remove --groups from __user type
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
parent
1774b50e47
commit
327a0f2844
4 changed files with 2 additions and 3 deletions
|
@ -26,8 +26,6 @@ home::
|
|||
see above
|
||||
gid::
|
||||
see above
|
||||
groups::
|
||||
see above
|
||||
password::
|
||||
see above
|
||||
shell::
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
comment
|
||||
home
|
||||
gid
|
||||
groups
|
||||
password
|
||||
shell
|
||||
uid
|
||||
|
|
|
@ -8,6 +8,7 @@ next:
|
|||
* Core: Ensure global and type explorers are executable
|
||||
* Type __rvm_gemset: Change parameter "default" to be boolean
|
||||
* New Type: __user_groups (Steven Armstrong)
|
||||
* Type __user: Remove --groups support (now provided by __user_groups)
|
||||
|
||||
2.1.0pre8: 2012-11-15
|
||||
* Type cleanup: __apt_ppa, __apt_ppa_update_index, __file,
|
||||
|
|
|
@ -41,6 +41,7 @@ To upgrade to the lastet version do
|
|||
Support for the variable **\_\_object_name** is already present in 2.0.
|
||||
* The types **\_\_autofs**, **\_\_autofs_map** and **\_\_autofs_reload** have been removed
|
||||
(no maintainer, no users)
|
||||
* Type **\_\_user**: Parameter --groups removed (use the new \_\_user_groups type)
|
||||
|
||||
### Updating from 1.7 to 2.0
|
||||
|
||||
|
|
Loading…
Reference in a new issue