Puppet Class: threatstack::msi
- Inherits:
- ::threatstack::params
- Defined in:
- manifests/msi.pp
Overview
Class: threatstack::msi
Download Threat Stack msi
Examples
This class is not meant to be directly realized outside of Class.
This is sort of a dummy class but might be used at some point.
Authors
Nate St. Germain <nate.stgermain@threatstack.com>
Copyright
Copyright 2020 Threat Stack, Inc.
20 21 |
# File 'manifests/msi.pp', line 20
class threatstack::msi inherits ::threatstack::params {
}
|