9 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
Eric Shamow
42c636341f Changes to match style guide and pass puppet-lint without error
No substantive behavior changes - only spacing, line alignment,
quotation, etc.
2012-04-20 21:07:54 -07:00
Walter Heck
42bc8ba49a changed name => path for file resources in order to name namevar by it's name 2012-04-16 15:31:54 +08:00
William Van Hevelingen
05fcec5f9c (#13073) Add missing puppet spec tests
This commit adds full puppet spec coverage
for all classes and defines.
2012-03-16 00:38:53 -07:00
William Van Hevelingen
541afdaf9e (#6899) Remove virtual a2mod definition
Previously users were required to realize rewrite,
headers, and expires on debian systems. This commit
removes the virtual a2mod definition which makes the
three a2mod resources consistent with other operating
systems and other a2mod resources.
2012-03-13 11:45:03 -07:00
Adrien Thebo
f4d287f053 (#12581) Add explicit ordering for vdir directory
The apache::params::vdir directory depends on the existence of the
httpd package, and trying to include the module may cause an ordering
failure. Added the necessary explicit ordering.
2012-02-11 22:00:30 -08:00
Gary Larizza
6a5b11a4e0 Ensure installed
Use installed vs. present syntax
2011-07-15 15:23:46 -07:00
Gary Larizza
f672e46905 a2mod fix
Only use @a2mod if you're running an OS that supports it.
2011-07-15 15:23:24 -07:00
James Turnbull
35721a3f35 Initial commit 2010-09-01 18:01:04 -04:00