Remove a2mod definion

One snuck past the global renaming

Change-Id: I1d60946a30a32d0a117e61cc969e065fa39993e8
This commit is contained in:
Spencer Krum 2015-02-25 03:27:52 -08:00
parent f2b15379a4
commit de611fb20e

View File

@ -25,7 +25,7 @@ class httpd::ssl {
}
}
'ubuntu', 'debian': {
a2mod { 'ssl': ensure => present, }
httpd_mod { 'ssl': ensure => present, }
}
default: {
fail( "${::operatingsystem} not defined in httpd::ssl.")