Commit Graph

6 Commits

Author SHA1 Message Date
Spencer Krum dab0f45bea Rename apache2 to httpd globally
This renames the classes and defined types from apache to httpd.
With the 'httpd' module available, we can migrate usage of 'apache'
to 'httpd.' Eventually this will free the 'apache' namespace.

A native ruby type and provider is contained in this class. It is
not namespaced to the class name so it has been renamed from a2mod
to httpd_mod.

Change-Id: I056eb28a13e7ccc95f1496019bedc332c17dd458
2015-02-05 05:49:30 -08:00
Walter Heck 72e13de29d One end too much 2012-04-16 15:31:12 +08:00
Carl Caum a35ede5126 (#13860) Make a2enmod/a2dismo commands optional
Previous to this comit, the a2enmod and a2dismod commands were required
for the a2mod provider to be used by puppet on the first run.  Since
these commands are not always available on the first run, the catalog
application might fail.  This commit makes the commands optional, so the
provider's validity will be evaluated when an a2mod resource is enforced
2012-04-12 12:02:58 -05:00
Carl Caum 98d774eaa8 (#13860) Autorequire Package['httpd']
Previous to this commit, the `a2mod type did not autorequire the
Package['httpd'] resource provided by the `apache` class. If the
Package['httpd'] resource was enforced after any a2mod resources, the
a2mod resources would fail since the httpd package installs the
a2emod/a2dismod system commands.
2012-04-10 11:30:39 -05:00
Gary Larizza 405b3e9026 Fix for a2mod
This dummy provider will fix an issue where a2mod is to
be installed in the current puppet run, yet it can't be found.
2011-07-15 15:28:46 -07:00
James Turnbull 35721a3f35 Initial commit 2010-09-01 18:01:04 -04:00