From b9ab6e91057882427f62e5962e2cc40ad9951056 Mon Sep 17 00:00:00 2001 From: Ossi Salmi Date: Mon, 7 Oct 2013 15:29:08 +0300 Subject: [PATCH] Revert "apache: Removed redundant imports" This reverts commit 92f7a164e4366a439c2e763a89ef9033377a5d52. --- apache/manifests/init.pp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apache/manifests/init.pp b/apache/manifests/init.pp index 67aae8c..8f3ceed 100644 --- a/apache/manifests/init.pp +++ b/apache/manifests/init.pp @@ -1,3 +1,6 @@ +import "debian.pp" +import "redhat.pp" + # Install Apache, www logrotate script and cron job. # class apache::common {