Evgeny Antyshev 4e1b8cd90a Use httpd::mod instead of httpd_mod
httpd::mod is a high-level wrapper around httpd_mod,
and, since it is used, e.g. in puppet-jenkins and puppet-zuul,
it should be uniform across all puppet projects,
to be able to properly detect
whether Httpd_mod instance defined, like below:

if (! defined(Httpd::Mod['rewrite'])) {
    httpd::mod { 'rewrite': ensure => present }
}

Change-Id: I2b453b6f15d80bba9b1c29bc0d35651cfae05427
Depends-On: I69e7f9c54d06d7f98b50fdc7d5a67dd10e3e0050
2015-12-08 15:00:14 +00:00
..
2012-10-30 13:37:58 +00:00
2015-12-08 15:00:14 +00:00
2015-11-23 17:23:10 -08:00
2015-12-08 15:00:14 +00:00
2014-04-25 12:35:25 -07:00
2014-10-20 15:13:14 -05:00
2015-11-09 09:45:39 -08:00
2015-11-13 09:48:16 -03:00
2015-11-13 09:48:16 -03:00
2015-08-04 16:19:55 +00:00
2015-09-10 13:38:53 -05:00
2015-08-05 13:47:16 -04:00
2015-03-30 21:08:11 -07:00
2015-11-30 22:24:53 -06:00
2015-08-05 13:47:16 -04:00
2014-09-05 18:05:29 +00:00
2015-11-19 13:57:58 -05:00
2015-11-25 22:28:07 +00:00
2015-06-29 17:21:53 +00:00
2015-12-08 15:00:14 +00:00
2015-12-08 15:00:14 +00:00
2015-11-25 22:28:07 +00:00
2015-01-28 09:56:03 -08:00