Commit f70daaf6 authored by invenfantasy's avatar invenfantasy

Merge pull request #1 from invenfantasy/duplicate-config

remove duplicate configuration
parents efb42b30 9ff8f7ec
...@@ -61,7 +61,6 @@ echo "127.0.0.1 localhost" >> /etc/hosts # enables cmds like 'kubectl get pods' ...@@ -61,7 +61,6 @@ echo "127.0.0.1 localhost" >> /etc/hosts # enables cmds like 'kubectl get pods'
mkdir -p /etc/salt/minion.d mkdir -p /etc/salt/minion.d
cat <<EOF >/etc/salt/minion.d/master.conf cat <<EOF >/etc/salt/minion.d/master.conf
master: '$(echo "$MASTER_NAME" | sed -e "s/'/''/g")' master: '$(echo "$MASTER_NAME" | sed -e "s/'/''/g")'
master: '$(echo "$MASTER_NAME" | sed -e "s/'/''/g")'
auth_timeout: 10 auth_timeout: 10
auth_tries: 2 auth_tries: 2
auth_safemode: True auth_safemode: True
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment