Skip to content

Commit

Permalink
Remove unnecessary override of /etc/init.d/docker on containervm image.
Browse files Browse the repository at this point in the history
  • Loading branch information
dchen1107 committed Mar 29, 2016
1 parent 0d0eb01 commit c5ac60f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 158 deletions.
149 changes: 0 additions & 149 deletions cluster/saltbase/salt/docker/docker-init

This file was deleted.

9 changes: 0 additions & 9 deletions cluster/saltbase/salt/docker/init.sls
Original file line number Diff line number Diff line change
Expand Up @@ -162,15 +162,6 @@ docker:
file.replace:
- pattern: '^net.ipv4.ip_forward=0'
- repl: '# net.ipv4.ip_forward=0'

/etc/init.d/docker:
file.managed:
- source: salt://docker/docker-init
- template: jinja
- user: root
- group: root
- mode: 755
- makedirs: true
{% endif %}

# Work around Salt #18089: https://github.com/saltstack/salt/issues/18089
Expand Down

1 comment on commit c5ac60f

@k8s-teamcity-mesosphere

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity OSS :: Kubernetes Mesos :: 4 - Smoke Tests Build 20161 outcome was SUCCESS
Summary: Tests passed: 1, ignored: 267 Build time: 00:08:07

Please sign in to comment.