aboutsummaryrefslogtreecommitdiffstats
path: root/modules/puppet
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/puppet
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/puppet')
-rw-r--r--modules/puppet/manifests/thin.pp2
1 files changed, 1 insertions, 1 deletions
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':