Class: Puppet::Provider::PanosPathMonitor::PanosPathMonitor
- Inherits:
-
Puppet::Provider::PanosPathMonitorBase
- Object
- Puppet::Provider::PanosPathMonitorBase
- Puppet::Provider::PanosPathMonitor::PanosPathMonitor
- Defined in:
- lib/puppet/provider/panos_path_monitor/panos_path_monitor.rb
Overview
Implementation for the panos_path_monitor type using the Resource API.
Instance Method Summary collapse
-
#initialize ⇒ PanosPathMonitor
constructor
A new instance of PanosPathMonitor.
Constructor Details
#initialize ⇒ PanosPathMonitor
Returns a new instance of PanosPathMonitor.
5 6 7 |
# File 'lib/puppet/provider/panos_path_monitor/panos_path_monitor.rb', line 5 def initialize super('ip') end |