From 2ce1acdd8840f412d354299772aad7ca04e83637 Mon Sep 17 00:00:00 2001 From: Keith Date: Sat, 14 Jan 2017 15:25:59 +0100 Subject: [PATCH] Remove ref to openvpn in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e5c36d4..bc63e08 100755 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ To do this, you need to: **2** - Create a new user, called `rhizomatica`. This is not needed if you have used the preseed file to do the install. - **3** - Install `openvpn`, `openssh-server` and `puppet`: + **3** - Install `openssh-server` and `puppet`: We install puppet from the puppetlabs repo, so depending on your OS choice, do something like: @@ -30,7 +30,7 @@ Now, update your apt repositories Install: - sudo apt-get install openvpn openssh-server puppet + sudo apt-get install openssh-server puppet If you are going to run your own local puppet master: