changeset 7:7aaa5b28857f

Add nice/useful links to post
author Samuel Hodgkins <samuel.hodgkins@sky.com>
date Fri, 01 Sep 2017 02:15:36 +0100
parents a2460c562582
children 03db14198fb3
files posts/Propellor_and_Pi.md
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/posts/Propellor_and_Pi.md	Fri Sep 01 02:12:25 2017 +0100
+++ b/posts/Propellor_and_Pi.md	Fri Sep 01 02:15:36 2017 +0100
@@ -1,4 +1,4 @@
-[[!meta  title="Propellor and a Raspberry Pi 3" author="samis"]]
+[[!meta title="Propellor and a Raspberry Pi 3" author="samis"]]
 [[!tag tech linux]]
 I've given a number of configuration management tools a whirl - Puppet, Chef, Salt, Ansible.
 Chef and Puppet started nice, but seemed complex to use given my small needs.
@@ -15,7 +15,7 @@
 I got started, there were and remain some niggles and quirks on the road - for example my VPS needed special bootstrapping attention (interestingly the problem was fixed upstream the same day I worked around it)
 Soon enough two of three boxen of interest had a no-op configuration applied, indicating that the program was working correctly for future usage. But what happened to that third one? It's a long story.
 
-This third box was a Raspberry Pi 3 running [Arch Linux ARM](https://archlinuxarm.org/).
+This third box was my [Raspberry Pi 3](https://cdn.shopify.com/s/files/1/0174/1800/products/Rainbow_1_of_3_47e94e82-ba3a-4804-a280-3140109cd304_1024x1024.jpg?v=1456669057) running [Arch Linux ARM](https://archlinuxarm.org/).
 
 # My attempts