From f5e120ad2ecddd367dd4dba3d06abcbfb256a56d Mon Sep 17 00:00:00 2001 From: Rick Breidenstein Date: Fri, 4 Aug 2017 15:42:27 -0400 Subject: [PATCH] Update readme.txt (#869) --- lemur/plugins/lemur_linuxdst/readme.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lemur/plugins/lemur_linuxdst/readme.txt b/lemur/plugins/lemur_linuxdst/readme.txt index 01b87d5c..944cda9a 100644 --- a/lemur/plugins/lemur_linuxdst/readme.txt +++ b/lemur/plugins/lemur_linuxdst/readme.txt @@ -4,3 +4,5 @@ example: If you input a password for a private key, it is stored in clear text add this to the lemur.plugins entry_points in /www/lemur/setup.py 'linux_destination = lemur.plugins.lemur_linuxdst.plugin:LinuxDstPlugin', + +note: DO NOT FORGET TO EXECUTE 'make release' and restart your service after modifying the setup.py