Puppet Class: epics::ioc::telnet

Defined in:
manifests/ioc/telnet.pp

Summary

Install tools to connect to procServ using TCP.

Overview

Install telnet to allow IOC engineers to connect to the IOC shell port provided by procServ.



8
9
10
# File 'manifests/ioc/telnet.pp', line 8

class epics::ioc::telnet() {
  include telnet
}