From de611fb20e5dbb587b6dd2b120983d9ef1f3bb69 Mon Sep 17 00:00:00 2001 From: Spencer Krum Date: Wed, 25 Feb 2015 03:27:52 -0800 Subject: [PATCH] Remove a2mod definion One snuck past the global renaming Change-Id: I1d60946a30a32d0a117e61cc969e065fa39993e8 --- manifests/ssl.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/ssl.pp b/manifests/ssl.pp index 0027072..124d376 100644 --- a/manifests/ssl.pp +++ b/manifests/ssl.pp @@ -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.")