Compare commits

...
Sign in to create a new pull request.

3 commits

Author SHA1 Message Date
f00e4af5f0 fix typo 2020-03-26 21:17:32 +08:00
Darko Poljak
f7d5f5bc97 ++changelog 2020-03-09 08:02:18 +01:00
4481052184 Merge branch 'alpinefix' into 'master'
Fix for alpine "getent shadow" missing functionality in __user type

See merge request ungleich-public/cdist!855
2020-03-09 08:03:34 +01:00
2 changed files with 6 additions and 3 deletions

View file

@ -59,13 +59,13 @@ MESSAGES
-------- --------
change change
Certificte was changed. Certificate was changed.
create create
Certificte was created. Certificate was created.
remove remove
Certificte was removed. Certificate was removed.
EXAMPLES EXAMPLES
-------- --------

View file

@ -1,6 +1,9 @@
Changelog Changelog
--------- ---------
next:
* Type __user: Fix missing shadow for alpine (llnu)
6.5.2: 2020-02-27 6.5.2: 2020-02-27
* Type __update_alternatives: Add state explorer (Ander Punnar) * Type __update_alternatives: Add state explorer (Ander Punnar)
* Explorer os_version: Add support for Alpine Linux (Jin-Guk Kwon) * Explorer os_version: Add support for Alpine Linux (Jin-Guk Kwon)