From c5aa7b184ddf38c29687d8bf1b6e9d71423f209a Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Wed, 15 Dec 2010 12:56:33 +0000 Subject: add configfile for template related stuff --- modules/transifex/manifests/init.pp | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'modules/transifex/manifests/init.pp') 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, -- cgit v1.2.1