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

Allow declaration to override $httpd_dir via parameter #265

Closed
baconm opened this issue Jul 25, 2013 · 0 comments
Closed

Allow declaration to override $httpd_dir via parameter #265

baconm opened this issue Jul 25, 2013 · 0 comments

Comments

@baconm
Copy link

baconm commented Jul 25, 2013

Particularly on RHEL versions, the bundled httpd is many versions behind. For feature or security reasons, many build their own Apache versions and install them in locations with conf dirs other than /etc/httpd.

I propose an httpd_dir parameter passable at class declaration which overrides the OS-default for apache::params::httpd_dir, as follows:

class { 'apache':
httpd_dir = '/usr/local',
}

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

No branches or pull requests

1 participant