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/000426.html | 89 +++++++++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2010-November/000426.html (limited to 'zarb-ml/mageia-sysadm/2010-November/000426.html') diff --git a/zarb-ml/mageia-sysadm/2010-November/000426.html b/zarb-ml/mageia-sysadm/2010-November/000426.html new file mode 100644 index 000000000..a6fefc4f0 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-November/000426.html @@ -0,0 +1,89 @@ + + + + [Mageia-sysadm] password and puppet + + + + + + + + + +

[Mageia-sysadm] password and puppet

+ Michael Scherer + misc at zarb.org +
+ Fri Nov 5 00:20:05 CET 2010 +

+
+ +
Hi,
+
+as those who carefully read all commit have noted, I have used extlookup
+( as planned ) to store the password outside of svn.
+
+For now, the passwords are in /etc/puppet/extdata/common.csv, on
+valstar. The format is :
+name_of_the_password,password
+
+To get the password, in a puppet manifest, just use :
+
+$password = extlookup('name_of_the_password')
+
+and then use $password in template or in the manifest ( variable from
+the manifest can be used directly in the templates ).
+Look at the catdap module to see how I did it.
+You can also look at
+http://docs.puppetlabs.com/references/2.6.1/function.html#extlookup
+( and on the web ).
+
+The file is read protected by puppet in valstar config.
+ 
+However, there is no back up, and no auditing of change. Therefore, I
+propose to use some private git/svn for this, any idea or remark ?
+
+( I would also suggest to send mail on commit without the diff, as
+knowing we have added a password is not critical, the content is the
+only thing important  ).
+
+WDYT ?
+-- 
+Michael Scherer
+
+
+ + + +
+

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