Skip to content

Commit

Permalink
Merge pull request #78 from palantirnet/circle-ubuntu-14.04
Browse files Browse the repository at this point in the history
Copy the apache.circle.conf file during template installation.
  • Loading branch information
becw authored Jun 8, 2017
2 parents 8924165 + 13bf34b commit dbf1ee7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/install.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@

<!-- Copy the build configuration templates. -->
<mkdir dir="${application.startdir}/conf" />
<copy tofile="${application.startdir}/conf/apache.circle.conf" file="${phing.dir.install}/../conf/apache.circle.conf" overwrite="true">
<copy todir="${application.startdir}/conf/drupal">
<fileset dir="${phing.dir.install}/../conf/drupal" />
</copy>
Expand Down

0 comments on commit dbf1ee7

Please sign in to comment.