Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

init.pp: Add missing datatypes #1560

Merged
merged 5 commits into from
Jul 6, 2023
Merged

Commits on Jun 30, 2023

  1. Configuration menu
    Copy the full SHA
    e15b11a View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Configuration menu
    Copy the full SHA
    92aa72c View commit details
    Browse the repository at this point in the history
  2. Extend supported values for Nginx::Size and Nginx::Time

    Allow raw integers and add support for combination of multiple units.
    smortex committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    89496d2 View commit details
    Browse the repository at this point in the history
  3. Regenerate REFERENCE.md

    smortex committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    d27b04c View commit details
    Browse the repository at this point in the history
  4. Fix incorrect data types

    Some parameter data types are not great and deserve to be changed.  Use
    Variant to allow both the old and new data types, but emit a deprecation
    warning if the legacy data type is used.
    
    A future backward-incompatible PR will remove these legacy data-types
    and the deprecation warnings.
    smortex committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    4b1a932 View commit details
    Browse the repository at this point in the history