From 3333df602b3f8c85ee092c69d23b53b304351790 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Fri, 21 Sep 2012 11:35:56 +0200 Subject: [PATCH] change several type to accept only state absent/present Signed-off-by: Nico Schottelius --- doc/changelog-2.1 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/changelog-2.1 b/doc/changelog-2.1 index fd03e69c..973dae99 100644 --- a/doc/changelog-2.1 +++ b/doc/changelog-2.1 @@ -8,3 +8,7 @@ Changelog (v2.1 specific) * Removed type __addifnosuchline (replaced by __line) * Removed type __removeline (replaced by __line) * Type __directory: Parameter --parents and --recursive are now boolean + * Type __package_apt, __package_luarocks, __package_opkg, + __package_pacman, __package_pkg_freebsd, __package_pkg_openbsd, + __package_rubygem, __package_yum, __process: + Parameter state accepts only "present" and "absent"