From f0bb1e8721588f0000f57b8020f6a2af2377783a Mon Sep 17 00:00:00 2001
From: Bjoern Franke <bjo@nord-west.org>
Date: Tue, 21 Apr 2015 13:37:02 +0200
Subject: [PATCH] set ver to 0.5.5.2, update vpn01-key

---
 site.conf | 2 +-
 site.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/site.conf b/site.conf
index 7a74cce..c17d945 100644
--- a/site.conf
+++ b/site.conf
@@ -44,7 +44,7 @@
 			limit = 2,
 			peers = {
 				vpn01 = {
-					key = '3f91292e8aec1e42d699bc1ba9fd12289099db3aecd1bee84f0b893ff820774f',
+					key = '39f83c6e16b62273329aee0d04d420fa8d0637e6621a76ff680f6273e75c0c8d',
 					remotes = {'"vpn01.ffnw.de" port 11111'},
 				},
 				vpn02 = {
diff --git a/site.mk b/site.mk
index 083e5bd..1a9e4d1 100644
--- a/site.mk
+++ b/site.mk
@@ -26,7 +26,7 @@ GLUON_SITE_PACKAGES := \
 	ffnw-configurator \
 	ffnw-nodewatcher
 
-DEFAULT_GLUON_RELEASE := 0.5.5.1+0$(shell date '+%Y%m%d')
+DEFAULT_GLUON_RELEASE := 0.5.5.2+0$(shell date '+%Y%m%d')
 
 # Allow overriding the release number from the command line
 GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)
-- 
GitLab