Skip to content

Commit

Permalink
simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
emmettbutler committed Sep 20, 2024
1 parent c8178d6 commit 572452b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,16 +61,6 @@
#sudo yum -y update
sudo systemctl restart sshd.service
- os_type: linux
os_distro: rpm
os_branch: fedora
remote-command: |
echo 'AcceptEnv DD_*' | sudo tee -a /etc/ssh/sshd_config
sudo id -u datadog &>/dev/null || sudo useradd -m datadog
sudo yum clean expire-cache
#sudo yum -y update
sudo systemctl restart sshd.service
- os_type: linux
os_distro: rpm
remote-command: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@
os_distro: rpm
os_branch: fedora
remote-command: |
sudo dnf -y install dnf-plugins-core
sudo dnf config-manager --add-repo https://download.docker.com/linux/fedora/docker-ce.repo
sudo dnf install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
sudo dnf install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
sudo systemctl start docker
- os_type: linux
os_distro: rpm
Expand Down

0 comments on commit 572452b

Please sign in to comment.