aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/transifex/manifests/init.pp6
-rw-r--r--modules/transifex/templates/40-apps.conf1
2 files changed, 3 insertions, 4 deletions
diff --git a/modules/transifex/manifests/init.pp b/modules/transifex/manifests/init.pp
index e4500b9f..51c57ca1 100644
--- a/modules/transifex/manifests/init.pp
+++ b/modules/transifex/manifests/init.pp
@@ -6,7 +6,7 @@ class transifex {
$pgsql_password = extlookup('transifex_pgsql','x')
$ldap_password = extlookup('transifex_ldap','x')
- $templates_dir = "/var/lib/transifex/templates"
+ $templates_dir = '/var/lib/transifex/templates'
postgresql::remote_db_and_user { 'transifex':
description => 'Transifex database',
@@ -16,12 +16,12 @@ class transifex {
define config() {
$filename = $name
- file { "/etc/transifex/$filename":
+ file { "/etc/transifex/${filename}":
group => 'apache',
mode => '0640',
require => Package['transifex'],
notify => Service['apache'],
- content => template("transifex/$filename"),
+ content => template("transifex/${filename}"),
}
}
diff --git a/modules/transifex/templates/40-apps.conf b/modules/transifex/templates/40-apps.conf
index fe1d0492..dd92fb1c 100644
--- a/modules/transifex/templates/40-apps.conf
+++ b/modules/transifex/templates/40-apps.conf
@@ -56,4 +56,3 @@ AJAX_LOOKUP_CHANNELS = {
'projects' : ('projects.lookups', 'ProjectsLookup'),
'resources' : ('resources.lookups', 'ResourcesLookup'),
}
-