Version information
released Aug 4th 2022
This version is compatible with:
- Puppet Enterprise 2021.6.x, 2021.5.x, 2021.4.x, 2021.3.x, 2021.2.x, 2021.1.x, 2021.0.x, 2019.8.x, 2019.7.x, 2019.5.x, 2019.4.x, 2019.3.x, 2019.2.x, 2019.1.x, 2019.0.x
- Puppet >= 6.0.0 < 8.0.0
- , , , ,
Start using this module
Add this module to your Puppetfile:
mod 'lsst-smee', '1.0.0'
Learn more about managing modules with a PuppetfileDocumentation
lsst/smee — version 1.0.0 Aug 4th 2022
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
Unreleased
Merged pull requests:
* This Changelog was automatically generated by github_changelog_generator
Dependencies
- puppetlabs/stdlib (>= 5.0.0 < 9.0.0)
- puppet/systemd (>= 3.0.0 < 4.0.0)