forked from ungleich-public/cdist
documented all messages which I have found via grep
This commit is contained in:
parent
2c30704ba7
commit
4e94713f07
2 changed files with 21 additions and 0 deletions
|
@ -26,6 +26,18 @@ password::
|
||||||
see above
|
see above
|
||||||
|
|
||||||
|
|
||||||
|
MESSAGES
|
||||||
|
--------
|
||||||
|
mod::
|
||||||
|
group is modified
|
||||||
|
add::
|
||||||
|
New group added
|
||||||
|
change <property> <new_value> <current_value>::
|
||||||
|
Changed group property from current_value to new_value
|
||||||
|
set <property> <new_value>::
|
||||||
|
set property to new value, property was not set bevore
|
||||||
|
|
||||||
|
|
||||||
EXAMPLES
|
EXAMPLES
|
||||||
--------
|
--------
|
||||||
|
|
||||||
|
|
|
@ -44,6 +44,15 @@ create-home::
|
||||||
remove-home::
|
remove-home::
|
||||||
see userdel(8), apply only on user delete
|
see userdel(8), apply only on user delete
|
||||||
|
|
||||||
|
|
||||||
|
MESSAGES
|
||||||
|
--------
|
||||||
|
mod::
|
||||||
|
User is modified
|
||||||
|
add::
|
||||||
|
New user added
|
||||||
|
|
||||||
|
|
||||||
EXAMPLES
|
EXAMPLES
|
||||||
--------
|
--------
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue