Skip to content
Snippets Groups Projects
Commit 19f70fb2 authored by Thomas Bellman's avatar Thomas Bellman
Browse files

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.
parent e6331db5
No related branches found
No related tags found
No related merge requests found
This is a Puppet module for managing Apache httpd. This is a Puppet module for managing Apache httpd.
Copyright © 2014 Thomas Bellman Copyright © 2014-2020 Thomas Bellman
===== LICENSING ===== ===== LICENSING =====
...@@ -24,12 +24,15 @@ If not, see <http://www.gnu.org/licenses/>. ...@@ -24,12 +24,15 @@ If not, see <http://www.gnu.org/licenses/>.
This module depends on these other Puppet modules: This module depends on these other Puppet modules:
- nsc-puppet-utils - nscutils
Can be found at git://www.nsc.liu.se/~bellman/puppet/nsc-puppet-utils.git. 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 ===== ===== OFFICIAL SOURCE =====
The official Git repository for this module is located at 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.
...@@ -46,7 +46,7 @@ class apache::listen::no_global_listen ...@@ -46,7 +46,7 @@ class apache::listen::no_global_listen
{ {
include apache include apache
comment_lines { cfgfile::comment_lines {
'apache::listen::no_global_listen': 'apache::listen::no_global_listen':
file => $apache::configfile, file => $apache::configfile,
pattern => '^\s*Listen(\s|$).*$', pattern => '^\s*Listen(\s|$).*$',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment