Skip to content

Commit

Permalink
Add documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jovandeginste committed Nov 3, 2018
1 parent 3ba1ccb commit 10ca7e3
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3482,6 +3482,28 @@ Sets the URL to use when validating a client-presented ticket in an HTTP query s

Defaults to the value set by [`apache::mod::auth_cas`][].


##### `comment`

Adds comments to the header of the configuration file. Pass as string or an array of strings.

Default: `undef`.

For example:

``` puppet
comment => "Account number: 123B",
```

Or:

``` puppet
comment => [
"Customer: X",
"Frontend domain: x.example.org",
]
```

##### `custom_fragment`

Passes a string of custom configuration directives to place at the end of the virtual host configuration.
Expand Down

0 comments on commit 10ca7e3

Please sign in to comment.