From c0a15d49e7cb82ddc8e021e9c23d989de43cfb7f Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Tue, 1 Feb 2011 12:44:52 +0000 Subject: add a define for mod_public_html --- modules/apache/manifests/init.pp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'modules/apache/manifests') diff --git a/modules/apache/manifests/init.pp b/modules/apache/manifests/init.pp index f929c303..c3de7720 100644 --- a/modules/apache/manifests/init.pp +++ b/modules/apache/manifests/init.pp @@ -96,6 +96,12 @@ class apache { } } + class mod_public_html inherits base { + package { "apache-mod_public_html": + ensure => installed + } + } + define vhost_base($content = '', $location = '/dev/null', $use_ssl = false, -- cgit v1.2.1