aboutsummaryrefslogtreecommitdiffstats
path: root/modules/transifex/manifests
diff options
context:
space:
mode:
authorDexter Morgan <dmorgan@mageia.org>2010-11-10 23:58:34 +0000
committerDexter Morgan <dmorgan@mageia.org>2010-11-10 23:58:34 +0000
commitabadb411b5fdba1c8d3793f64f1716b609881270 (patch)
treecca53966ae53461a5f0c0bd026f3b1de0fda81b4 /modules/transifex/manifests
parent67a2c0cc5f27d3eae8dd83a5c21acbcc3a2e85c0 (diff)
downloadpuppet-abadb411b5fdba1c8d3793f64f1716b609881270.tar
puppet-abadb411b5fdba1c8d3793f64f1716b609881270.tar.gz
puppet-abadb411b5fdba1c8d3793f64f1716b609881270.tar.bz2
puppet-abadb411b5fdba1c8d3793f64f1716b609881270.tar.xz
puppet-abadb411b5fdba1c8d3793f64f1716b609881270.zip
Change transifex password
Diffstat (limited to 'modules/transifex/manifests')
-rw-r--r--modules/transifex/manifests/init.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/transifex/manifests/init.pp b/modules/transifex/manifests/init.pp
index 99331921..9485a6b7 100644
--- a/modules/transifex/manifests/init.pp
+++ b/modules/transifex/manifests/init.pp
@@ -2,7 +2,8 @@ class transifex {
package { 'transifex':
ensure => installed
}
-
+
+ $password = extlookup("transifex_password")
file { "20-engines.conf":
path => "/etc/transifex/20-engines.conf",
ensure => present,