Skip to content
Snippets Groups Projects
Commit b6c0be9a authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Ubuntu - Keepalived"

parents b9f0cdbe 3fe9b782
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,6 @@ TARGET="/etc/keepalived/keepalived.conf"
OWNER="root"
if [[ -f "$SOURCE" ]]; then
rm $TARGET
cp $SOURCE $TARGET
chown ${OWNER}: $TARGET
chmod 0644 $TARGET
......
......@@ -11,8 +11,10 @@ RUN yum -y install \
{% elif base_distro in ['ubuntu', 'debian'] %}
RUN echo '{{ install_type }} not yet available for {{ base_distro }}' \
&& /bin/false
RUN apt-get install -y --no-install-recommends \
keepalived \
socat \
&& apt-get clean
{% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment