diff options
Diffstat (limited to 'modules/apache')
-rw-r--r-- | modules/apache/manifests/init.pp | 6 |
1 files changed, 6 insertions, 0 deletions
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, |