Merge branch 'master' of git+ssh://db.debian.org/git/dsa-wiki
authorMartin Zobel-Helas <zobel@debian.org>
Tue, 16 Apr 2013 21:59:28 +0000 (23:59 +0200)
committerMartin Zobel-Helas <zobel@debian.org>
Tue, 16 Apr 2013 21:59:28 +0000 (23:59 +0200)
* 'master' of git+ssh://db.debian.org/git/dsa-wiki:
  Do not prompt for puppet install
  Add typical expiry time for guest access

input/howto/add-guest.creole
input/howto/puppet-setup.mdwn

index a569844..46999f7 100644 (file)
@@ -31,3 +31,4 @@ Once that is done, to to db-master (aka draghi) and add the account:
 * note the -g, this is for guest accounts (doesn't prompt for -private etc.)
 * enter fingerprint, account name, [fml] name and forwarding address.
 * enter expiry date and hosts to allow access to, per the request.
+  Two months is typical.
index e15a7ba..689b2d9 100644 (file)
@@ -13,7 +13,7 @@ adjusted.
         : __handel__ && puppetd -t --environment=production
 
         : ::client:: && me=$(hostname -f) && [ "$me" != "${me%debian.org}" ] && apt-get update &&
-                apt-get install --no-install-recommends puppet libaugeas-ruby1.8 augeas-lenses lsb-release &&
+                apt-get install -y --no-install-recommends puppet libaugeas-ruby1.8 augeas-lenses lsb-release &&
                 /etc/init.d/puppet stop &&
                 (puppetd -t || true ) &&
                 cd /var/lib/puppet/ssl/certificate_requests &&