Puppet Class: winrm::config::listener

Defined in:
manifests/config/listener.pp

Summary

Configures both the http and ssl (https) listeners on system

Overview



2
3
4
5
# File 'manifests/config/listener.pp', line 2

class winrm::config::listener {
  contain winrm::config::listener::http
  contain winrm::config::listener::https
}