From cf7509343bffb462506a849a28c9467e433e183f Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Wed, 15 Dec 2010 13:46:51 +0000 Subject: - oups, wrong cut and paste --- modules/transifex/manifests/init.pp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/transifex') diff --git a/modules/transifex/manifests/init.pp b/modules/transifex/manifests/init.pp index 4f186c03..c0434331 100644 --- a/modules/transifex/manifests/init.pp +++ b/modules/transifex/manifests/init.pp @@ -63,13 +63,13 @@ class transifex { notify => Service['apache'] } - file { "50-apps.conf": - path => "/etc/transifex/50-apps.conf", + file { "50-project.conf": + path => "/etc/transifex/50-project.conf", ensure => present, owner => root, group => root, mode => 644, - content => template("transifex/50-apps.conf"), + content => template("transifex/50-project.conf"), require => Package['transifex'], notify => Service['apache'] } -- cgit v1.2.1