Skip to content
Snippets Groups Projects
Thomas Bellman's avatar
Thomas Bellman authored
This is to better support use of the Puppet autoloader, which is
required from Puppet 4 and onwards.  We also remove the import
statements that were here, as they disappeared in Puppet 4.

Exception is internal helpers that are only used by its direct
"parent"; e.g. apache::foo::helper, used only by apache::foo, can
still reside in foo.pp.
33f41a23
History
Name Last commit Last update
manifests
templates
COPYING
COPYING.LIB
README
This is a Puppet module for managing Apache httpd.
Copyright © 2014 Thomas Bellman


===== LICENSING =====

This Puppet module is free software: you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public License
as published by the Free Software Foundation, either version 3 of
the License, or (at your option) any later version.

This module is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
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:

- nsc-puppet-utils
  Can be found at git://www.nsc.liu.se/~bellman/puppet/nsc-puppet-utils.git.



===== OFFICIAL SOURCE =====

The official Git repository for this module is located at
git://www.nsc.liu.se/~bellman/puppet/apache.git.