aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2012-03-25 12:20:20 +0000
committerMichael Scherer <misc@mageia.org>2012-03-25 12:20:20 +0000
commit777b01260256d148a821dbb27fb25ae881b84cc6 (patch)
treea53333f234e64bc06216643fe05ea2024c3825a6 /modules
parentec079061b0867a02486a8f48c10c59fa4ed2d96e (diff)
downloadpuppet-777b01260256d148a821dbb27fb25ae881b84cc6.tar
puppet-777b01260256d148a821dbb27fb25ae881b84cc6.tar.gz
puppet-777b01260256d148a821dbb27fb25ae881b84cc6.tar.bz2
puppet-777b01260256d148a821dbb27fb25ae881b84cc6.tar.xz
puppet-777b01260256d148a821dbb27fb25ae881b84cc6.zip
fix usage of mod::ssl on other manifests
Diffstat (limited to 'modules')
-rw-r--r--modules/apache/manifests/init.pp2
-rw-r--r--modules/puppet/manifests/thin.pp2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/apache/manifests/init.pp b/modules/apache/manifests/init.pp
index 6abade4f..de1544d0 100644
--- a/modules/apache/manifests/init.pp
+++ b/modules/apache/manifests/init.pp
@@ -117,7 +117,7 @@ class apache {
}
if $use_ssl {
- include apache::mod_ssl
+ include apache::mod::ssl
if $wildcard_sslcert != 'true' {
openssl::self_signed_cert{ "$real_vhost":
directory => "/etc/ssl/apache/",
diff --git a/modules/puppet/manifests/thin.pp b/modules/puppet/manifests/thin.pp
index 32fb498c..f5995a81 100644
--- a/modules/puppet/manifests/thin.pp
+++ b/modules/puppet/manifests/thin.pp
@@ -1,7 +1,7 @@
class puppet::thin {
package { 'ruby-thin': }
- include apache::mod_ssl
+ include apache::mod::ssl
include apache::mod_proxy
apache::vhost_other_app { 'puppet_proxy':