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
|
see above
|
||||||
gid::
|
gid::
|
||||||
see above
|
see above
|
||||||
groups::
|
|
||||||
see above
|
|
||||||
password::
|
password::
|
||||||
see above
|
see above
|
||||||
shell::
|
shell::
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
comment
|
comment
|
||||||
home
|
home
|
||||||
gid
|
gid
|
||||||
groups
|
|
||||||
password
|
password
|
||||||
shell
|
shell
|
||||||
uid
|
uid
|
||||||
|
|
|
@ -8,6 +8,7 @@ next:
|
||||||
* Core: Ensure global and type explorers are executable
|
* Core: Ensure global and type explorers are executable
|
||||||
* Type __rvm_gemset: Change parameter "default" to be boolean
|
* Type __rvm_gemset: Change parameter "default" to be boolean
|
||||||
* New Type: __user_groups (Steven Armstrong)
|
* New Type: __user_groups (Steven Armstrong)
|
||||||
|
* Type __user: Remove --groups support (now provided by __user_groups)
|
||||||
|
|
||||||
2.1.0pre8: 2012-11-15
|
2.1.0pre8: 2012-11-15
|
||||||
* Type cleanup: __apt_ppa, __apt_ppa_update_index, __file,
|
* 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.
|
Support for the variable **\_\_object_name** is already present in 2.0.
|
||||||
* The types **\_\_autofs**, **\_\_autofs_map** and **\_\_autofs_reload** have been removed
|
* The types **\_\_autofs**, **\_\_autofs_map** and **\_\_autofs_reload** have been removed
|
||||||
(no maintainer, no users)
|
(no maintainer, no users)
|
||||||
|
* Type **\_\_user**: Parameter --groups removed (use the new \_\_user_groups type)
|
||||||
|
|
||||||
### Updating from 1.7 to 2.0
|
### Updating from 1.7 to 2.0
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue