Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

Add a bit more explanation to the extra_packages variable #195

Merged
merged 1 commit into from
Aug 18, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion example.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,9 @@ installed_extras:
- xdebug
- xhprof

# Add any extra packages you'd like to install.
# Add any extra apt or yum packages. Use the apt or yum package name to
# indicate which package you'd like to install. E.g. the unzip apt package is
# used by Drush to unzip libraries downloaded by Drush make files.
extra_packages: []

# You can configure almost anything else on the server in the rest of this file.
Expand Down