Class: Puppet::Provider::PanosPathMonitor::PanosPathMonitor

Inherits:
Puppet::Provider::PanosPathMonitorBase
  • Object
show all
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

Constructor Details

#initializePanosPathMonitor

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