diff options
Diffstat (limited to 'modules/transifex')
-rw-r--r-- | modules/transifex/manifests/init.pp | 6 |
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'] } |