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

Add fastcgi as vhost configuration option #325

Closed
wants to merge 1 commit into from

Conversation

mkoderer
Copy link
Contributor

Adds to the existing vhost modules the fastcgi module.

Signed-off-by: Marc Koderer m.koderer@telekom.de

Adds to the existing vhost modules the fastcgi module.

Signed-off-by: Marc Koderer <m.koderer@telekom.de>
@blkperl
Copy link
Contributor

blkperl commented Aug 27, 2013

Can you add a rspec system test like dc91466

@@ -0,0 +1,4 @@
class apache::mod::fastcgi {
apache::mod { 'fastcgi':
package => 'libapache2-mod-fastcgi'}
Copy link
Contributor

Choose a reason for hiding this comment

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

The packagename should be in the params.pp file, then apache::mod { 'fastcgi' } will install it for you.

Copy link
Contributor

Choose a reason for hiding this comment

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

Also if you know the name of the RedHat package you should add that to params as well.

@blkperl
Copy link
Contributor

blkperl commented Aug 27, 2013

Also please add some docs to the README about the new parameters.

Thanks this PR is looking pretty good.

@blkperl
Copy link
Contributor

blkperl commented Aug 27, 2013

Actually this PR duplicates some of the work in #295 Maybe you two can work together?

@blkperl
Copy link
Contributor

blkperl commented Sep 24, 2013

Please rebase this.

@jlambert121 jlambert121 mentioned this pull request Oct 2, 2013
@hunner hunner closed this Oct 21, 2013
traylenator pushed a commit to traylenator/puppetlabs-apache that referenced this pull request Jun 7, 2022
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants