12345678910111213 |
- # A description of what this class does
- #
- # @summary A short summary of the purpose of this class
- #
- # @example
- # include nginx
- class nginx (
- String $server_package,
- String $server_service,
- ) {
- contain 'nginx::install'
- contain 'nginx::service'
- }
|