Skip to content

Commit

Permalink
Update REFERENCE
Browse files Browse the repository at this point in the history
  • Loading branch information
jay7x committed Dec 20, 2024
1 parent 41f989e commit f2af16c
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
### Data types

* [`Caddy::Config`](#Caddy--Config): Caddy config file type
* [`Caddy::Configfile`](#Caddy--Configfile): Caddy config file type
* [`Caddy::VirtualHost`](#Caddy--VirtualHost): Caddy virtual host type

## Classes
Expand Down Expand Up @@ -612,20 +611,6 @@ Struct[{
}]
```

### <a name="Caddy--Configfile"></a>`Caddy::Configfile`

Caddy config file type

Alias of

```puppet
Struct[{
ensure => Optional[Enum['absent', 'present']],
source => Optional[Stdlib::Filesource],
content => Optional[String[1]],
}]
```

### <a name="Caddy--VirtualHost"></a>`Caddy::VirtualHost`

Caddy virtual host type
Expand Down

0 comments on commit f2af16c

Please sign in to comment.