Skip to content

Commit

Permalink
Merge pull request #111 from stuggi/placement_remove_example
Browse files Browse the repository at this point in the history
[placement] remove example httpd /etc/httpd/conf.d/00-placement-api.conf
  • Loading branch information
openshift-merge-bot[bot] committed Dec 14, 2023
2 parents e3e1923 + b4c3fde commit 7bf4dba
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ tcib_actions:
- run: bash /usr/local/bin/uid_gid_manage placement
- run: dnf -y install {{ tcib_packages['common'] | join(' ') }} && dnf clean all && rm -rf /var/cache/dnf
- run: sed -i -r 's,^(Listen 80),#\1,' /etc/httpd/conf/httpd.conf && sed -i -r 's,^(Listen 443),#\1,' /etc/httpd/conf.d/ssl.conf
- run: rm -f /etc/httpd/conf.d/00-placement-api.conf
tcib_packages:
common:
- httpd
Expand Down

0 comments on commit 7bf4dba

Please sign in to comment.