From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- .../20101111/29e24840/attachment-0001.html | 93 ++++++++++++++++++++++ .../attachments/20101111/29e24840/attachment.html | 93 ++++++++++++++++++++++ 2 files changed, 186 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/attachments/20101111/29e24840/attachment-0001.html create mode 100644 zarb-ml/mageia-sysadm/attachments/20101111/29e24840/attachment.html (limited to 'zarb-ml/mageia-sysadm/attachments/20101111') diff --git a/zarb-ml/mageia-sysadm/attachments/20101111/29e24840/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20101111/29e24840/attachment-0001.html new file mode 100644 index 000000000..ab7e68599 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101111/29e24840/attachment-0001.html @@ -0,0 +1,93 @@ + + + +[240] Change transifex password + + + + +
+
+
Revision
240
+
Author
dmorgan
+
Date
2010-11-11 00:58:34 +0100 (Thu, 11 Nov 2010)
+
+ +

Log Message

+
Change transifex password
+ +

Modified Paths

+ + +
+
+Modified: puppet/modules/transifex/manifests/init.pp
+===================================================================
+--- puppet/modules/transifex/manifests/init.pp	2010-11-10 17:21:43 UTC (rev 239)
++++ puppet/modules/transifex/manifests/init.pp	2010-11-10 23:58:34 UTC (rev 240)
+@@ -2,7 +2,8 @@
+   package { 'transifex':
+     ensure => installed
+   }
+-  
++ 
++  $password = extlookup("transifex_password") 
+   file { "20-engines.conf":
+     path => "/etc/transifex/20-engines.conf",
+     ensure => present,
+
+Modified: puppet/modules/transifex/templates/20-engines.conf
+===================================================================
+--- puppet/modules/transifex/templates/20-engines.conf	2010-11-10 17:21:43 UTC (rev 239)
++++ puppet/modules/transifex/templates/20-engines.conf	2010-11-10 23:58:34 UTC (rev 240)
+@@ -9,7 +9,7 @@
+ DATABASE_NAME = 'transifex'
+ # The following are not used for sqlite3
+ DATABASE_USER = 'transifex'
+-DATABASE_PASSWORD = 'transifex'
++DATABASE_PASSWORD = '<%= password %>'
+ DATABASE_HOST = 'pgsql.mageia.org'           # Set to empty string for local socket
+ DATABASE_PORT = ''             # Set to empty string for default
+ 
+
+
+ + + \ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101111/29e24840/attachment.html b/zarb-ml/mageia-sysadm/attachments/20101111/29e24840/attachment.html new file mode 100644 index 000000000..ab7e68599 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101111/29e24840/attachment.html @@ -0,0 +1,93 @@ + + + +[240] Change transifex password + + + + +
+
+
Revision
240
+
Author
dmorgan
+
Date
2010-11-11 00:58:34 +0100 (Thu, 11 Nov 2010)
+
+ +

Log Message

+
Change transifex password
+ +

Modified Paths

+ + +
+
+Modified: puppet/modules/transifex/manifests/init.pp
+===================================================================
+--- puppet/modules/transifex/manifests/init.pp	2010-11-10 17:21:43 UTC (rev 239)
++++ puppet/modules/transifex/manifests/init.pp	2010-11-10 23:58:34 UTC (rev 240)
+@@ -2,7 +2,8 @@
+   package { 'transifex':
+     ensure => installed
+   }
+-  
++ 
++  $password = extlookup("transifex_password") 
+   file { "20-engines.conf":
+     path => "/etc/transifex/20-engines.conf",
+     ensure => present,
+
+Modified: puppet/modules/transifex/templates/20-engines.conf
+===================================================================
+--- puppet/modules/transifex/templates/20-engines.conf	2010-11-10 17:21:43 UTC (rev 239)
++++ puppet/modules/transifex/templates/20-engines.conf	2010-11-10 23:58:34 UTC (rev 240)
+@@ -9,7 +9,7 @@
+ DATABASE_NAME = 'transifex'
+ # The following are not used for sqlite3
+ DATABASE_USER = 'transifex'
+-DATABASE_PASSWORD = 'transifex'
++DATABASE_PASSWORD = '<%= password %>'
+ DATABASE_HOST = 'pgsql.mageia.org'           # Set to empty string for local socket
+ DATABASE_PORT = ''             # Set to empty string for default
+ 
+
+
+ + + \ No newline at end of file -- cgit v1.2.1