From 19f70fb2288a5a1c6e57369fe0afdf8b597c8719 Mon Sep 17 00:00:00 2001
From: Thomas Bellman <bellman@nsc.liu.se>
Date: Tue, 21 Apr 2020 12:08:15 +0200
Subject: [PATCH] Track splitting of "nsc-puppet-utils" module.

Definitions, resource types and functions useful for editing and
managing configuration files have been broken out from the nsc-
puppet-utils module to a new module, named "cfgfile".  Many of those
definitions now have new names, and we are here tracking those.
---
 README              | 11 +++++++----
 manifests/listen.pp |  2 +-
 2 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/README b/README
index 28c14c2..d23e355 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
 This is a Puppet module for managing Apache httpd.
-Copyright © 2014 Thomas Bellman
+Copyright © 2014-2020 Thomas Bellman
 
 
 ===== LICENSING =====
@@ -24,12 +24,15 @@ If not, see <http://www.gnu.org/licenses/>.
 
 This module depends on these other Puppet modules:
 
-- nsc-puppet-utils
-  Can be found at git://www.nsc.liu.se/~bellman/puppet/nsc-puppet-utils.git.
+- nscutils
+  Can be found at https://gitlab.liu.se/NSC/puppetmodules/nscutils.git.
+
+- 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
-git://www.nsc.liu.se/~bellman/puppet/apache.git.
+https://gitlab.liu.se/NSC/puppetmodules/apache.git.
diff --git a/manifests/listen.pp b/manifests/listen.pp
index 28285c5..3ed4d18 100644
--- a/manifests/listen.pp
+++ b/manifests/listen.pp
@@ -46,7 +46,7 @@ class apache::listen::no_global_listen
 {
     include apache
 
-    comment_lines {
+    cfgfile::comment_lines {
 	'apache::listen::no_global_listen':
 	    file => $apache::configfile,
 	    pattern => '^\s*Listen(\s|$).*$',
-- 
GitLab