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 --- zarb-ml/mageia-sysadm/2010-November/000751.html | 189 ++++++++++++++++++++++++ 1 file changed, 189 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2010-November/000751.html (limited to 'zarb-ml/mageia-sysadm/2010-November/000751.html') diff --git a/zarb-ml/mageia-sysadm/2010-November/000751.html b/zarb-ml/mageia-sysadm/2010-November/000751.html new file mode 100644 index 000000000..e95d0a73d --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-November/000751.html @@ -0,0 +1,189 @@ + + + + [Mageia-sysadm] [378] - add default password of x, so manifests do not fail on test vms + + + + + + + + + +

[Mageia-sysadm] [378] - add default password of x, so manifests do not fail on test vms

+ root at mageia.org + root at mageia.org +
+ Mon Nov 22 03:04:06 CET 2010 +

+
+ +
Revision: 378
+Author:   misc
+Date:     2010-11-22 03:04:06 +0100 (Mon, 22 Nov 2010)
+Log Message:
+-----------
+- add default password of x, so manifests do not fail on test vms
+
+Modified Paths:
+--------------
+    puppet/modules/bugzilla/manifests/init.pp
+    puppet/modules/catdap/manifests/init.pp
+    puppet/modules/epoll/manifests/init.pp
+    puppet/modules/mga-mirrors/manifests/init.pp
+    puppet/modules/pam/manifests/init.pp
+    puppet/modules/sympa/manifests/init.pp
+    puppet/modules/transifex/manifests/init.pp
+
+Modified: puppet/modules/bugzilla/manifests/init.pp
+===================================================================
+--- puppet/modules/bugzilla/manifests/init.pp	2010-11-22 02:04:04 UTC (rev 377)
++++ puppet/modules/bugzilla/manifests/init.pp	2010-11-22 02:04:06 UTC (rev 378)
+@@ -4,8 +4,8 @@
+         ensure => installed;
+     }
+ 
+-    $password = extlookup("bugzilla_password")
+-    $passwordLdap = extlookup("bugzilla_ldap")
++    $password = extlookup("bugzilla_password",'x')
++    $passwordLdap = extlookup("bugzilla_ldap",'x')
+ 
+     file { '/etc/bugzilla/localconfig':
+       ensure => present,
+
+Modified: puppet/modules/catdap/manifests/init.pp
+===================================================================
+--- puppet/modules/catdap/manifests/init.pp	2010-11-22 02:04:04 UTC (rev 377)
++++ puppet/modules/catdap/manifests/init.pp	2010-11-22 02:04:06 UTC (rev 378)
+@@ -21,7 +21,7 @@
+         source => "svn://svn.mageia.org/soft/identity/CatDap/branches/live"
+     }
+ 
+-    $catdap_password = extlookup('catdap_password')
++    $catdap_password = extlookup('catdap_password','x')
+     
+     file { "$catdap_location/catdap_local.yml":
+         ensure => present,
+
+Modified: puppet/modules/epoll/manifests/init.pp
+===================================================================
+--- puppet/modules/epoll/manifests/init.pp	2010-11-22 02:04:04 UTC (rev 377)
++++ puppet/modules/epoll/manifests/init.pp	2010-11-22 02:04:06 UTC (rev 378)
+@@ -10,7 +10,7 @@
+         script => "/usr/bin/epoll_fastcgi.pl" 
+     }
+      
+-    $password = extlookup("epoll_password")
++    $password = extlookup("epoll_password",'x')
+  
+     file { "epoll.yml": 
+         path => "/etc/epoll.yml",    
+
+Modified: puppet/modules/mga-mirrors/manifests/init.pp
+===================================================================
+--- puppet/modules/mga-mirrors/manifests/init.pp	2010-11-22 02:04:04 UTC (rev 377)
++++ puppet/modules/mga-mirrors/manifests/init.pp	2010-11-22 02:04:06 UTC (rev 378)
+@@ -10,7 +10,7 @@
+         script => "/usr/bin/mga_mirrors_fastcgi.pl" 
+     }
+ 
+-    $password = extlookup("mga_mirror_password")
++    $password = extlookup("mga_mirror_password",'x')
+  
+     file { "mga-mirrors.ini": 
+         path => "/etc/mga-mirrors.ini",    
+
+Modified: puppet/modules/pam/manifests/init.pp
+===================================================================
+--- puppet/modules/pam/manifests/init.pp	2010-11-22 02:04:04 UTC (rev 377)
++++ puppet/modules/pam/manifests/init.pp	2010-11-22 02:04:06 UTC (rev 378)
+@@ -21,7 +21,7 @@
+          content => template("pam/nsswitch.conf")
+       }
+ 
+-      $nssldap_password = extlookup("nssldap_password")
++      $nssldap_password = extlookup("nssldap_password",'x')
+  
+       file { "ldap.conf":
+          path => "/etc/ldap.conf",
+
+Modified: puppet/modules/sympa/manifests/init.pp
+===================================================================
+--- puppet/modules/sympa/manifests/init.pp	2010-11-22 02:04:04 UTC (rev 377)
++++ puppet/modules/sympa/manifests/init.pp	2010-11-22 02:04:06 UTC (rev 378)
+@@ -6,8 +6,8 @@
+         ensure => installed;
+     }
+ 
+-    $password = extlookup("sympa_password")
+-    $ldappass = extlookup("sympa_ldap")
++    $password = extlookup("sympa_password",'x')
++    $ldappass = extlookup("sympa_ldap",'x')
+ 
+     file { '/etc/sympa/sympa.conf':
+         ensure => present,
+
+Modified: puppet/modules/transifex/manifests/init.pp
+===================================================================
+--- puppet/modules/transifex/manifests/init.pp	2010-11-22 02:04:04 UTC (rev 377)
++++ puppet/modules/transifex/manifests/init.pp	2010-11-22 02:04:06 UTC (rev 378)
+@@ -3,7 +3,7 @@
+     ensure => installed
+   }
+  
+-  $password = extlookup("transifex_password") 
++  $password = extlookup("transifex_password",'x')
+   file { "20-engines.conf":
+     path => "/etc/transifex/20-engines.conf",
+     ensure => present,
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20101122/ef097627/attachment.html>
+
+ + + + + + + + + + + + + + + +
+

+ +
+More information about the Mageia-sysadm +mailing list
+ -- cgit v1.2.1