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 option to add comments to the header of a vhost file #1841

Merged
merged 2 commits into from
Nov 5, 2018
Merged

Add option to add comments to the header of a vhost file #1841

merged 2 commits into from
Nov 5, 2018

Conversation

jovandeginste
Copy link
Contributor

@jovandeginste jovandeginste commented Oct 1, 2018

You can pass

comment => 'My comment',

or

comment => [
  'comment 1',
  'comment 2',
],

Each element from the array will be added as a separate line.

@david22swan
Copy link
Member

@jovandeginste Please update the documentation to reference your change.

You can pass

```puppet
comment => 'My comment',
```

or
```puppet
comment => [
  'comment 1',
  'comment 2',
],
```

Each element from the array will be added as a separate line.
@jovandeginste
Copy link
Contributor Author

@david22swan I added some documentation

@david22swan
Copy link
Member

screen shot 2018-11-05 at 12 08 10 pm

@david22swan david22swan merged commit 300fe71 into puppetlabs:master Nov 5, 2018
@jovandeginste jovandeginste deleted the add-comment-to-vhost branch November 6, 2018 07:04
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.

2 participants