Resource Type: f5_profilehttp

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

Overview

Manage http profile objects

Properties

  • defaults_from

    Specifies the profile that you want to use as the parent profile. Your new profile inherits all settings and values from the parent profile specified.

  • description
  • encrypt_cookie_secret

    Specifies a passphrase for the cookie encryption.

  • encrypt_cookies

    Encrypts specified cookies that the BIG-IP system sends to a client system.

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • fallback_host

    fallbackHost

  • fallback_status_codes

    fallback_status_codes

  • hsts_include_subdomains

    Specifies whether to include the includeSubdomains directive in the HSTS header.

    Supported values:
    • enabled
    • disabled
  • hsts_maximum_age

    Specifies the maximum age to assume the connection should remain secure.

  • hsts_mode

    Specifies whether to include the HSTS response header.

    Supported values:
    • enabled
    • disabled
  • hsts_preload

    Specifies whether to include the preload directive in the HSTS header.

    Supported values:
    • enabled
    • disabled

Parameters

  • name (namevar)
  • provider

    The specific backend to use for this f5_profilehttp resource. You will seldom need to specify this --- Puppet will usually discover the appropriate provider for your platform.