Skip to content
Snippets Groups Projects
Commit bfd2fe78 authored by Hans Persson's avatar Hans Persson
Browse files

Update to track name change of the env module.

The env module has gotten a new name (previously environment),
which means that this module needs to change its reference to
one of the classes from there, as well as update the README to
refer to the proper module name.

While doing that, also insert the repo URL for the env module
in the README (there wasn't even an incorrect one), update the
copyright year and fix a typo.
parent a0f38ee1
No related branches found
No related tags found
No related merge requests found
This is a Puppet module for setting up a tftp server. This is a Puppet module for setting up a tftp server.
Copyright © 2008-2020 National Supercomputer Centre. Copyright © 2008-2021 National Supercomputer Centre.
===== LICENSING ===== ===== LICENSING =====
...@@ -22,7 +22,7 @@ If not, see <http://www.gnu.org/licenses/>. ...@@ -22,7 +22,7 @@ If not, see <http://www.gnu.org/licenses/>.
===== DEPENDENCIES ===== ===== DEPENDENCIES =====
This module depends in these other Puppet modules: This module depends on these other Puppet modules:
- cfgfile - cfgfile
https://gitlab.liu.se/NSC/puppetmodules/cfgfile.git https://gitlab.liu.se/NSC/puppetmodules/cfgfile.git
...@@ -30,7 +30,8 @@ This module depends in these other Puppet modules: ...@@ -30,7 +30,8 @@ This module depends in these other Puppet modules:
- networking - networking
https://gitlab.liu.se/NSC/puppetmodules/networking.git https://gitlab.liu.se/NSC/puppetmodules/networking.git
- environment - env
https://gitlab.liu.se/NSC/puppetmodules/env.git
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
class tftp::server($clients, $tftproot, $bindto='') class tftp::server($clients, $tftproot, $bindto='')
{ {
include environment::service::xinetd::enable include env::service::xinetd::enable
$xclients = resolve_ipnets($clients) $xclients = resolve_ipnets($clients)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment