Skip to content

Commit

Permalink
Copy SSL configuration file for apache
Browse files Browse the repository at this point in the history
tendrl-bug-id: Tendrl#264
Signed-off-by: Timothy Asir J <tjeyasin@redhat.com>
  • Loading branch information
TimothyAsirJeyasing committed Sep 14, 2017
1 parent ffee795 commit 5636084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tendrl-api.spec
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ install -Dm 0644 lib/tendrl/errors/*.rb $RPM_BUILD_ROOT%{_datadir}/%{name}/lib/t
install -Dm 0644 tendrl-api.service $RPM_BUILD_ROOT%{_unitdir}/tendrl-api.service
install -Dm 0644 config/etcd.sample.yml $RPM_BUILD_ROOT%{_sysconfdir}/tendrl/etcd.yml
install -Dm 0644 README.adoc Rakefile $RPM_BUILD_ROOT%{_datadir}/doc/tendrl
install -Dm 0644 config/apache.vhost.sample $RPM_BUILD_ROOT%{_sysconfdir}/httpd/conf.d/tendrl.conf
install -Dm 0644 config/apache.vhost.sample $RPM_BUILD_ROOT%{_sysconfdir}/httpd/conf.d/tendrl-ssl.conf.sample
install -Dm 0644 config/*.rb $RPM_BUILD_ROOT%{_datadir}/%{name}/config/

# Install SELinux interfaces and policy modules
Expand Down

0 comments on commit 5636084

Please sign in to comment.