From f755132ef799955c30681b144a7a94ce6ccb4fc0 Mon Sep 17 00:00:00 2001 From: Thomas Bellman <bellman@nsc.liu.se> Date: Tue, 5 May 2020 15:23:35 +0200 Subject: [PATCH] Update README file with URLs. Point to this modules official Git repository, and where dependencies can be found. --- README | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/README b/README index e2bae03..b80931c 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ This is a Puppet module for configuring networking on hosts. -Copyright © 2008-2019 its various authors. +Copyright © 2008-2020 its various authors. ===== LICENSING ===== @@ -17,3 +17,20 @@ GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this module. If not, see <http://www.gnu.org/licenses/>. + + + +===== DEPENDENCIES ===== + +This module depends on these other Puppet modules: + +- cfgfile + Can be found at https://gitlab.liu.se/NSC/puppetmodules/cfgfile.git. + + + +===== OFFICIAL SOURCE ===== + +The official Git repository for this module is located at +https://gitlab.liu.se/NSC/puppetmodules/networking. Clone +from https://gitlab.liu.se/NSC/puppetmodules/networking.git. -- GitLab