Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove docker-compose autocompletion
Browse files Browse the repository at this point in the history
oehrlis committed Apr 17, 2023
1 parent 0d0be6e commit dca4725
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cloudinit/bastion_host_ol7.yaml
Original file line number Diff line number Diff line change
@@ -111,6 +111,7 @@ runcmd:
# install and configure docker
- systemctl enable docker.service
- systemctl start docker.service
- rm -f /etc/bash_completion.d/docker-compose

# configure fail2ban service
- systemctl enable fail2ban
2 changes: 1 addition & 1 deletion cloudinit/bastion_host_ol8.yaml
Original file line number Diff line number Diff line change
@@ -106,11 +106,11 @@ runcmd:
- sed -i 's/^apply_updates.*/apply_updates = yes/g' /etc/dnf/automatic.conf
- systemctl enable --now dnf-automatic.timer
- rm -f /etc/issue.d/cockpit.issue /etc/motd.d/cockpit
- rm -f /etc/bash_completion.d/docker-compose

# install and configure docker
- systemctl enable docker.service
- systemctl start docker.service
- rm -f /etc/bash_completion.d/docker-compose

# configure fail2ban service
- systemctl enable fail2ban

0 comments on commit dca4725

Please sign in to comment.