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 <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-06-23 13:38:36 +02:00
parent 429a31deca
commit 37d4ecd907
1 changed files with 1 additions and 1 deletions

View File

@ -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)