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

mod_fastcgi #390

Merged
merged 12 commits into from
Oct 22, 2013
Merged

mod_fastcgi #390

merged 12 commits into from
Oct 22, 2013

Conversation

jlambert121
Copy link
Contributor

Combining #295 and #325 which are similar but not identical. Rebased on current master, merge conflicts resolved, attempted to address all of the comments/requests for changes.

apache::mod { 'fastcgi': }

if $fastcgi_lib_path {
file { 'fastcgi.conf':
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add a template uses comment for the variables that its using. There are examples in the other mods.

$itk = undef,
$fastcgi_server = undef,
$fastcgi_socket = undef,
$fastcgi_dir = undef,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you also document these three variables in the "template uses" comment above the vhost file resource? You can add a fastcgi fragment section right here https://github.com/jlambert121/jbartko-apache/blob/be3e87e88e0697370a6f08466b8b35f62509659d/manifests/vhost.pp#L366-L367

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Resolved.

hunner added a commit that referenced this pull request Oct 22, 2013
@hunner hunner merged commit 1d2f13d into puppetlabs:master Oct 22, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants