From 92aab34a971b14608849da7899ac8ac7d82fbf8a Mon Sep 17 00:00:00 2001 From: Thomas Bellman <bellman@lysator.liu.se> Date: Mon, 11 May 2020 01:01:58 +0200 Subject: [PATCH] Update README to track dependency. NSC have refactored and split the nsc-puppet-utils module into multiple modules. The parts of nsc-puppet-utils we were using are now in the "cfgfile" module. Update README with this information. --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 7c6fc70..a168a40 100644 --- a/README +++ b/README @@ -22,11 +22,11 @@ If not, see <http://www.gnu.org/licenses/>. ===== DEPENDENCIES ===== -- nsc-puppet-utils - Can be found at git://www.nsc.liu.se/~bellman/puppet/nsc-puppet-utils.git. +- cfgfile + Can be found at https://gitlab.liu.se/NSC/puppetmodules/cfgfile.git. ===== OFFICIAL SOURCE ===== -This module is not published anywhere yet. +https://git.lysator.liu.se/bellman/puppet-bootloader/ -- GitLab