Puppet Class: cisco_ios::server

Defined in:
manifests/server.pp

Summary

This class installs dependencies of this module into puppetserver, and restarts the puppetserver service to activate.

Overview

Note:

Deprecated, use cisco_ios::install::master

Examples:

Declaring the class

include cisco_ios::server


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

class cisco_ios::server {
  include resource_api::server
}