Version information
This version is compatible with:
- Puppet Enterprise 2023.4.x, 2023.3.x, 2023.2.x, 2023.1.x, 2023.0.x, 2021.7.x, 2021.6.x, 2021.5.x, 2021.4.x, 2021.3.x, 2021.2.x, 2021.1.x, 2021.0.x
- Puppet >= 7.0.0 < 9.0.0
- ,
Start using this module
Add this module to your Puppetfile:
mod 'lsst-smee', '2.2.0'
Learn more about managing modules with a PuppetfileDocumentation
smee
Table of Contents
- Overview
- Usage - Configuration options and additional functionality
- Reference - An under-the-hood peek at what the module is doing and how
Overview
Manages the smee.io webhook proxy service client
Usage
class { smee:
url => 'https://foo.example.org',
path => '/payload',
port => 1234,
}
Reference
See REFERENCE
See Also
Reference
Table of Contents
Classes
smee
: Manages the smee.io webhook proxy service client
Classes
smee
Manages the smee.io webhook proxy service client
Parameters
The following parameters are available in the smee
class:
url
Data type: Stdlib::HTTPSUrl
URL to the smee topic to watch for webhook events.
packages
Data type: Array[String]
URL to the smee topic to watch for webhook events.
binary
Data type: Stdlib::Absolutepath
Path to smee client binary.
exec_start
Data type: Stdlib::Absolutepath
Systemd ExecStart
string.
path
Data type: String
URL path to post proxied requests to.
Default value: '/'
port
Data type: Integer
Local HTTP server port.
Default value: 3000
Changelog
All notable changes to this project will be documented in this file. Each new release typically also includes the latest modulesync defaults. These should not affect the functionality of the module.
v2.2.0 (2023-10-04)
Implemented enhancements:
v2.1.0 (2023-08-22)
Implemented enhancements:
v2.0.0 (2023-06-23)
Breaking changes:
Implemented enhancements:
v1.2.0 (2023-01-31)
Implemented enhancements:
v1.1.0 (2022-08-22)
Merged pull requests:
v1.0.0 (2022-08-04)
Merged pull requests:
* This Changelog was automatically generated by github_changelog_generator
Dependencies
- puppetlabs/stdlib (>= 5.0.0 < 10.0.0)
- puppet/systemd (>= 3.0.0 < 7.0.0)