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

Added to enable the user to specify the status of the vhost. #47

Merged
merged 5 commits into from
Aug 7, 2012
Merged

Added to enable the user to specify the status of the vhost. #47

merged 5 commits into from
Aug 7, 2012

Conversation

martasd
Copy link

@martasd martasd commented Jul 23, 2012

Added an option to apache::vhost which allows the user to specify the status of a virtual host.

) {

validate_re($vhost_ensure, [ '^present$', '^absent$' ],
"${vhost_ensure} is not supported for vhost_ensure.
Allowed values are 'enabled' and 'disabled'.")

Choose a reason for hiding this comment

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

Aren't allowed values 'present' or 'absent', then, and not 'enabled' and 'disabled'?

Copy link
Author

Choose a reason for hiding this comment

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

Yes, that's right.

@hunner hunner merged commit 103ca25 into puppetlabs:master Aug 7, 2012
traylenator pushed a commit to traylenator/puppetlabs-apache that referenced this pull request Jun 7, 2022
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

6 participants