From 37d4ecd9073dbc4294b9b30f136cd127bec6d0f8 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Thu, 23 Jun 2011 13:38:36 +0200 Subject: [PATCH] init.sample fix Franky Van Liedekerke: > - the example init.sample file mentioned "deinstalled" for package > state, but I believe it should be "removed" Signed-off-by: Nico Schottelius --- conf/manifest/init.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/manifest/init.sample b/conf/manifest/init.sample index b683e02f..fca959e2 100755 --- a/conf/manifest/init.sample +++ b/conf/manifest/init.sample @@ -50,7 +50,7 @@ case "$__target_host" in cdist-debian) __package_apt atop --state installed - __package apache2 --state deinstalled + __package apache2 --state removed ;; cdist-redhat)