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

Remove the tsmclient::nsc_client definition.

It does not belong in a general purpose module, and all functionality
that existed in it has been moved to the tsmclient definition.
parent 176d63c8
No related branches found
No related tags found
No related merge requests found
......@@ -343,29 +343,3 @@ class tsmclient::install
require => File["/etc/init.d/dsmcad"];
}
}
/*
* Configure a node to be a TSM client, the NSC way.
*
* This is a wrapper around tsmclient, applying some NSC defaults.
* It automatically calculates the server address based on its name,
* adds some default options to dsm.opt and dsm.sys, and prepends
* some include/exclude settings to the inclexcl list.
*/
define tsmclient::nsc_client($serveraddress="", $nodename=$fqdn,
$optoptions=[], $sysoptions=[], $inclexcl=[])
{
include tsmclient::dsmtca_nosuid
tsmclient {
$name:
serveraddress => $serveraddress,
nodename => $nodename,
optoptions => $optoptions,
sysoptions => $sysoptions,
inclexcl => $inclexcl;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment