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

Check for a default site before disabling it. #12

Merged
merged 1 commit into from
Feb 13, 2013

Commits on Feb 13, 2013

  1. Check for a default site before disabling it.

    The build fails on our centos63 platform because the default site is not
    enabled and the `a2dissite` command throws an error when it does not find it.
    This commit corrects this issue by making sure that command is only envoked
    when a default site is present.
    
    Note that in the current apache2 cookbook `default['apache']['default_site_enabled']`
    is set to `false` for all platforms.
    dkinzer committed Feb 13, 2013
    Configuration menu
    Copy the full SHA
    75f7065 View commit details
    Browse the repository at this point in the history