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

Update version number in config files to match the installed version #3

Merged
merged 7 commits into from
Oct 5, 2016

Commits on Sep 30, 2016

  1. Update version number in config files to match the installed version

    Puppet is reverting this to 10.5.0.200 on every run and restarting each service.
    Then the software is changing this to the installed version
    when it  when it starts each service.
    This will make the version match the installed version.
    Pete Brown committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    8583a77 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2016

  1. Fix typo in ver_match variable

    Pete Brown committed Oct 4, 2016
    Configuration menu
    Copy the full SHA
    8b69e64 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2016

  1. Replace match function with regsubst

    Match only exists in Puppet 4 so we need to use regsubst for backwards
    compatability.
    Pete Brown committed Oct 5, 2016
    Configuration menu
    Copy the full SHA
    4249a77 View commit details
    Browse the repository at this point in the history
  2. Fix Gem install for json_pure

    json_pure >= 2.0.2 doesn't work on Ruby < 2
    Also fix syntax error in licence_server class
    Pete Brown committed Oct 5, 2016
    Configuration menu
    Copy the full SHA
    8cffb90 View commit details
    Browse the repository at this point in the history
  3. Fix regex for generating sem_ver

    Pete Brown committed Oct 5, 2016
    Configuration menu
    Copy the full SHA
    f5dbe08 View commit details
    Browse the repository at this point in the history
  4. Fix sem_ver regex for real this time

    Puppet wasn't matching on [0-9]+ but does with \d+
    Pete Brown committed Oct 5, 2016
    Configuration menu
    Copy the full SHA
    f2f2f3a View commit details
    Browse the repository at this point in the history
  5. Rename sem_ver variable to lumenvox_version

    Pete Brown committed Oct 5, 2016
    Configuration menu
    Copy the full SHA
    f858082 View commit details
    Browse the repository at this point in the history