sbadia / puppet-gitlab

Puppet module for manage GitLab installation
http://forge.puppetlabs.com/sbadia/gitlab
GNU General Public License v3.0
131 stars 76 forks source link

Managing postfix conflict #145

Closed andyleejordan closed 10 years ago

andyleejordan commented 10 years ago

This wouldn't seem necessary because of the use of ensure_packages, but unfortunately it's not a perfect function and only works if everyone uses it. The thias/postfix module declares the Postfix package with different parameters, and should probably take priority for the package. This simple flag disables this module's (already really light) management of the Postfix package if need-be.

andyleejordan commented 10 years ago

Ack, give me a minute. I thought I caught that final change.

sbadia commented 10 years ago

Yep, it's another point of #111 :-) Thanks!