Resource Type: panos_service

Defined in:
lib/puppet/type/panos_service.rb

Overview

This type provides Puppet with the capabilities to manage “service” objects on Palo Alto devices.

Properties

  • description

    Provide a description of this service.

  • ensure (defaults to: present)

    Whether this resource should be present or absent on the target system.

  • port

    Port can be a single port number, a range ‘1-65535`, or comma separated values `80, 8080, 443`

  • protocol (defaults to: tcp)

    Specify the protocol used by the service

  • src_port

    Port can be a single port number, a range ‘1-65535`, or comma separated values `80, 8080, 443`

  • tags (defaults to: [])

    The Palo Alto tags to apply to this address-group. Do not confuse this with the ‘tag` metaparameter used to filter resource application.

Parameters

  • name (namevar)

    The display-name of the service.