From cebb38992a1e09527c0371833b987eaff79e6ae8 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Mon, 22 Nov 2010 02:04:06 +0000 Subject: - add default password of x, so manifests do not fail on test vms --- modules/transifex/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/transifex') 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, -- cgit v1.2.1