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

Commit

Permalink
Fixes #216: Install Postfix with geerlingguy.postfix role instead of …
Browse files Browse the repository at this point in the history
…custom task.
  • Loading branch information
geerlingguy committed Aug 27, 2015
1 parent 8045f7d commit 284f2bf
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
1 change: 1 addition & 0 deletions provisioning/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
- { role: geerlingguy.repo-remi, when: ansible_os_family == 'RedHat' }
- geerlingguy.firewall
- geerlingguy.git
- geerlingguy.postfix
- geerlingguy.apache
- geerlingguy.mysql
- geerlingguy.php
Expand Down
1 change: 1 addition & 0 deletions provisioning/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ geerlingguy.php-pecl
geerlingguy.php-xdebug
geerlingguy.php-xhprof
geerlingguy.pimpmylog
geerlingguy.postfix
geerlingguy.repo-remi
geerlingguy.security
geerlingguy.solr
Expand Down
3 changes: 0 additions & 3 deletions provisioning/tasks/init-debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
- name: Disable the ufw firewall (since we use a simple iptables firewall).
service: name=ufw state=stopped

- name: Install postfix so Drupal can send emails.
apt: name=postfix state=installed

- name: Add repository for PHP 5.5.
apt_repository: repo='ppa:ondrej/php5'
when: php_version == "5.5"
Expand Down
3 changes: 0 additions & 3 deletions provisioning/tasks/init-redhat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
- "python-pycurl"
- "@development"

- name: Install postfix so Drupal can send emails.
yum: name=postfix state=installed

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

Expand Down

0 comments on commit 284f2bf

Please sign in to comment.