Puppet Class: conf::setup::expect

Inherits:
conf::install::expect
Defined in:
manifests/setup/expect.pp

Summary

A short summary of the purpose of this class

Overview

A description of what this class does

Examples:

include conf::setup::expect


7
8
9
10
11
# File 'manifests/setup/expect.pp', line 7

class conf::setup::expect() inherits conf::install::expect {
  Package['expect'] {
    ensure => latest,
  }
}