Skip to content

Commit

Permalink
fix(clean): do not remove python package
Browse files Browse the repository at this point in the history
  • Loading branch information
noelmcloughlin committed Oct 15, 2020
1 parent e178243 commit e7ee880
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions docker/clean.sls
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ docker-packages-cleaned:
- docker-selinux
- docker-engine-selinux
- docker-engine
{%- for pkgname in docker.pkgs %}
- {{ pkgname }}
{%- endfor %}
{# remove pip packages installed by formula #}
Expand Down
2 changes: 1 addition & 1 deletion docs/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ In the example pillar above:
``docker.clean``
^^^^^^^^^^^^^^^^

Stop Docker daemon and remove older docker packages (usually called 'docker' and 'docker-engine'). Linux only.
Stop Docker daemon and remove docker packages ('docker', 'docker-engine', 'docker-ce', etc) on Linux. To protect OS integrity, this state won't remove packages listed as dependencies (i.e. python is kept).

``docker.repo``
^^^^^^^^^^^^^^^
Expand Down

0 comments on commit e7ee880

Please sign in to comment.