diff --git a/README b/README index 28c14c22ad05a3359d035bb231cea1dc6a030d97..d23e35538a1e052d0f1f3317c393d5d84232b4f5 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 28285c5ffa9bcc0a1d931a525d8e30503b9acc1f..3ed4d1867c40b52cf2fc89ed73941a1975425959 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|$).*$',