k3s/cluster/saltbase/salt/salt-helpers
Justin Santa Barbara 4ce0f8ccec Salt: bypass Salt when installing docker package on debian
The Docker 1.9.1 package on Debian is broken, and the service fails to
install when run unattended.  This is treated as an installation failure
and causes everything to fail.

However, the service can be started by Salt once we're not installing
the package, and indeed we restart docker anyway.

So, on Debian, use a helper script to install the docker package.  The
script sets up a policy-rc.d file to prevent the service starting, and
then cleanly removes it afterwards (this would be difficult to do in
Salt, I believe).
2016-03-03 11:14:33 -05:00
..
init.sls Salt: bypass Salt when installing docker package on debian 2016-03-03 11:14:33 -05:00
pkg-apt Salt: bypass Salt when installing docker package on debian 2016-03-03 11:14:33 -05:00
services Set standard bash options in services helper script 2015-07-03 01:40:15 -04:00