Puppet Class: cisco_ios::install::master

Defined in:
manifests/install/master.pp

Summary

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

Overview

Examples:

Declaring the class

include cisco_ios::install::master


6
7
8
# File 'manifests/install/master.pp', line 6

class cisco_ios::install::master {
  include resource_api::install::master
}