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:
parent
429a31deca
commit
37d4ecd907
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue