Commit Graph

8 Commits (d07107ab71ea60f174fac40681cd7b30e88a33ab)

Author SHA1 Message Date
Casey Fitzpatrick ce28176fa2 apache2_module handles multiple lines of output, fixes #7736 and #7857
Conflicts:
	library/web_infrastructure/apache2_module
11 years ago
Jack Neely e2ea7b3297 apache2_module: Handle dep resolution
The apache2_module module did not properly handle when a2enmod would
handle apache module dependancies.  It would always return a state of
changed.  I've updated the regular expression to properly parse that
output as well as the normal output.  A good example of this is the
mod_proxy_http module.
11 years ago
Christian Berendt 67a8ee24e1 made enabled/disabled checks of apache2_module workable 12 years ago
Joel Schuweiler 7916545979 Fix example 12 years ago
Michael DeHaan 2d116aca5e Add version_added info + changelog 12 years ago
Christian Berendt 9a1c1d3242 use module.get_bin_path() for a2enmod 12 years ago
Christian Berendt b8a8e9fbec removed duplicated <<INCLUDE_ANSIBLE_MODULE_COMMON>> line 12 years ago
Christian Berendt c958c301ae added module to enable/disable Apache2 modules
This module uses a2enmod or a2dismod to enable or disable
Apache2 modules.
12 years ago