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

Some fixes, syntax improvements and removing unneeded code (python stuff is already refactored into $module/mod/python) #19

Closed
wants to merge 11 commits into from

Commits on Mar 7, 2012

  1. Source parameter doesn't exist for vhost anymore, adjust to template …

    …and move template file
    Walter Heck committed Mar 7, 2012
    Configuration menu
    Copy the full SHA
    85380ff View commit details
    Browse the repository at this point in the history
  2. replace $operatingsystem with $::operatingsystem

    Walter Heck committed Mar 7, 2012
    Configuration menu
    Copy the full SHA
    4636a34 View commit details
    Browse the repository at this point in the history
  3. true != 'true'

    Walter Heck committed Mar 7, 2012
    Configuration menu
    Copy the full SHA
    b462b4d View commit details
    Browse the repository at this point in the history
  4. replaced by apache::mod::python

    Walter Heck committed Mar 7, 2012
    Configuration menu
    Copy the full SHA
    c9fd5b7 View commit details
    Browse the repository at this point in the history
  5. fully write out the choices for ::operatingsystem factfor clarity and…

    … readability
    Walter Heck committed Mar 7, 2012
    Configuration menu
    Copy the full SHA
    edf31ad View commit details
    Browse the repository at this point in the history
  6. add :: to php class, to make sure it's top level scope php, not apach…

    …e::php (which would be an infinite loop anyway)
    Walter Heck committed Mar 7, 2012
    Configuration menu
    Copy the full SHA
    801a464 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2012

  1. Error out to make sure that it doesn't silently fail

    Walter Heck committed Mar 8, 2012
    Configuration menu
    Copy the full SHA
    8032fb5 View commit details
    Browse the repository at this point in the history
  2. Make mod_rewrite always present

    Walter Heck committed Mar 8, 2012
    Configuration menu
    Copy the full SHA
    5030e98 View commit details
    Browse the repository at this point in the history
  3. Set AllowOverrid to all in order to allow mod_rewrite to be enabled i…

    …n .htaccess
    Walter Heck committed Mar 8, 2012
    Configuration menu
    Copy the full SHA
    05c6b26 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2012

  1. Remove NameVirtualHost in vhost definition

    Walter Heck committed Mar 16, 2012
    Configuration menu
    Copy the full SHA
    b66d2a9 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2012

  1. Merge branch 'master' of git://github.com/puppetlabs/puppetlabs-apache

    Conflicts:
    	manifests/init.pp
    	manifests/mod/python.pp
    	manifests/mod/wsgi.pp
    	manifests/php.pp
    	manifests/python.pp
    	manifests/ssl.pp
    Walter Heck committed Apr 6, 2012
    Configuration menu
    Copy the full SHA
    2d5e7b3 View commit details
    Browse the repository at this point in the history