aboutsummaryrefslogtreecommitdiffstats
path: root/modules/transifex/manifests/init.pp
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2010-12-15 12:56:33 +0000
committerMichael Scherer <misc@mageia.org>2010-12-15 12:56:33 +0000
commitc5aa7b184ddf38c29687d8bf1b6e9d71423f209a (patch)
tree5c14eb69a6c74e02b151b6bbe4114d787c0bd861 /modules/transifex/manifests/init.pp
parent34ab35538961b21bf605745493cb0036c3996968 (diff)
downloadpuppet-c5aa7b184ddf38c29687d8bf1b6e9d71423f209a.tar
puppet-c5aa7b184ddf38c29687d8bf1b6e9d71423f209a.tar.gz
puppet-c5aa7b184ddf38c29687d8bf1b6e9d71423f209a.tar.bz2
puppet-c5aa7b184ddf38c29687d8bf1b6e9d71423f209a.tar.xz
puppet-c5aa7b184ddf38c29687d8bf1b6e9d71423f209a.zip
add configfile for template related stuff
Diffstat (limited to 'modules/transifex/manifests/init.pp')
-rw-r--r--modules/transifex/manifests/init.pp11
1 files changed, 11 insertions, 0 deletions
diff --git a/modules/transifex/manifests/init.pp b/modules/transifex/manifests/init.pp
index 844b7306..575872f8 100644
--- a/modules/transifex/manifests/init.pp
+++ b/modules/transifex/manifests/init.pp
@@ -61,6 +61,17 @@ class transifex {
notify => Service['apache']
}
+ file { "50-apps.conf":
+ path => "/etc/transifex/50-apps.conf",
+ ensure => present,
+ owner => root,
+ group => root,
+ mode => 644,
+ content => template("transifex/50-apps.conf"),
+ require => Package['transifex'],
+ notify => Service['apache']
+ }
+
apache::vhost_django_app { "transifex.$domain":
module => "transifex",
use_ssl => true,