aboutsummaryrefslogtreecommitdiffstats
path: root/modules/transifex
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2010-12-15 13:46:51 +0000
committerMichael Scherer <misc@mageia.org>2010-12-15 13:46:51 +0000
commitcf7509343bffb462506a849a28c9467e433e183f (patch)
tree33e7d0bfff70edaf559c11685fc06616a3413a5a /modules/transifex
parentef601ae468224114a149e0490f3589e3ecd11cda (diff)
downloadpuppet-cf7509343bffb462506a849a28c9467e433e183f.tar
puppet-cf7509343bffb462506a849a28c9467e433e183f.tar.gz
puppet-cf7509343bffb462506a849a28c9467e433e183f.tar.bz2
puppet-cf7509343bffb462506a849a28c9467e433e183f.tar.xz
puppet-cf7509343bffb462506a849a28c9467e433e183f.zip
- oups, wrong cut and paste
Diffstat (limited to 'modules/transifex')
-rw-r--r--modules/transifex/manifests/init.pp6
1 files changed, 3 insertions, 3 deletions
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']
}