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

#[puppethack] MODULES-4003 Fix ordering issue when using a package for installation #184

Merged
merged 3 commits into from
Dec 13, 2016

Commits on Dec 13, 2016

  1. Add .ruby-version file to .gitignore

    Added the rbenv .ruby-version file to gitignore
    David Hollinger III committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    695b127 View commit details
    Browse the repository at this point in the history
  2. Fix MODULES-4003

    Add a 'require => Tomcat::Install[$name]' to the ensure_resource
    function at line 78
    David Hollinger III committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    17267a1 View commit details
    Browse the repository at this point in the history
  3. Remove offending block referenced in MODULES-4003

    Removing logic that checks to see if catalina_base and catalina_home are
    the same. This is being done as the catalina_home directory is only
    created if its path doesn't match catalina_base. In that case, it
    creates an empty directory that is unused by the module anyway.
    David Hollinger III committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    717ecf2 View commit details
    Browse the repository at this point in the history