From 635e9598239207eaac0aa092fd0c41c7ce2ab3fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Sch=C3=BCtte?= Date: Mon, 19 May 2014 20:15:21 +0200 Subject: [PATCH] add documentation on bootstrap problems --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 82759b6..05ad300 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,17 @@ Also note that this is a really ugly puppet module that ignores all principles of modularity and interoperability; instead it follows the "Big ball of mud" design pattern. +## Open Problems + +* The apt repository at http://bird.network.cz/debian/ does not use PGP + signatures, so `bird` and `bird6` will not be installed automatically. +* Setting the hostname should occur before everything else. So either + do that manually or run a small `ff_gw::sysadmin`-only manifest before the + main `ff_gw` manifest. +* User root requires ssh access to the git repository + `git@freifunk-gw01.hamburg.ccc.de:fastdkeys` -- + so create a key and have it authorized beforehand. + ## Usage Install as a puppet module, then include with node-specific parameters.