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

Commit

Permalink
Merge pull request #551 from oxyc/unzip
Browse files Browse the repository at this point in the history
Issue #550: Make unzip a dependency
  • Loading branch information
geerlingguy committed Apr 7, 2016
2 parents 65fc0c4 + fd16243 commit 664df3f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions example.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,7 @@ installed_extras:
- xhprof

# Add any extra apt or yum packages you would like installed.
extra_packages:
- unzip
extra_packages: []

# `nodejs` must be in installed_extras for this to work. Valid examples: "0.10",
# "0.12", "4.x", "5.x".
Expand Down
1 change: 1 addition & 0 deletions provisioning/tasks/init-debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- python-apt
- python-pycurl
- build-essential
- unzip

- name: Disable the ufw firewall (since we use a simple iptables firewall).
service: name=ufw state=stopped
Expand Down
1 change: 1 addition & 0 deletions provisioning/tasks/init-redhat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- "curl"
- "python-pycurl"
- "@development"
- "unzip"

- name: Enable remi repo for MySQL.
set_fact: mysql_enablerepo="remi"
Expand Down

0 comments on commit 664df3f

Please sign in to comment.