aboutsummaryrefslogtreecommitdiffstats
path: root/modules/transifex/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/transifex/manifests/init.pp')
-rw-r--r--modules/transifex/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/transifex/manifests/init.pp b/modules/transifex/manifests/init.pp
index 32069430..a1bedb1e 100644
--- a/modules/transifex/manifests/init.pp
+++ b/modules/transifex/manifests/init.pp
@@ -3,7 +3,7 @@ class transifex {
ensure => installed
}
- $password = extlookup("transifex_password")
+ $password = extlookup("transifex_password",'x')
file { "20-engines.conf":
path => "/etc/transifex/20-engines.conf",
ensure => present,