Resource Type: netscaler_ntpserver

Defined in:
lib/puppet/type/netscaler_ntpserver.rb
Providers:
rest

Overview

Manage netscaler NTP server objects.

Properties

  • auto_key
  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • key

    Key to use for encrypting authentication fields. All packets sent to and received from the server must include authentication fields encrypted by using this key. To require authentication for communication with the server, you must set either the value of this parameter or the autokey parameter. Minimum value = 1 Maximum value = 65534

  • maximum_poll_interval

    Maximum time after which the NTP server must poll the NTP messages. In seconds, expressed as a power of 2. Minimum value = 4 Maximum value = 17

  • minimum_poll_interval

    Minimum time after which the NTP server must poll the NTP messages. In seconds, expressed as a power of 2. Minimum value = 4 Maximum value = 17

  • preferred_ntp_server

Parameters

  • name (namevar)

    IP address or fully qualified domain name of the NTP server.

  • provider

    The specific backend to use for this ‘netscaler_ntpserver` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.