Version information
This version is compatible with:
- Puppet Enterprise 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, 2019.8.x
- Puppet >= 6.21.0 < 8.0.0
- DragonFly, NetBSD, Archlinux, VirtuozzoLinux, SLES, Solaris, AIX, OpenBSD , , , ,
Start using this module
Add this module to your Puppetfile:
mod 'gizmo15-routinator', '1.0.2'
Learn more about managing modules with a PuppetfileDocumentation
Routinator module for Puppet.
INSTALLING OR UPGRADING
This module manages Routinator configuration.
Requirements
- Puppet 7.19.0 or later.
Install and bootstrap an Routinator instance
---
classes:
- routinator
RTR bind configuration
routinator::rtr_bind: '0.0.0.0'
RTR port configuration
routinator::rtr_port: 3323
HTTP bind configuration
routinator::http_bind: '0.0.0.0'
HTTP port configuration
routinator::http_port: 8323
Reference
Table of Contents
Classes
routinator
: Install and configure routinatorroutinator::config
: Configure routinator installationroutinator::package
: Manage routinator package installationroutinator::repo
: Manage repo for routinator installationroutinator::service
: Handle routinator service
Classes
routinator
Install and configure routinator
Parameters
The following parameters are available in the routinator
class.
package_name
Data type: String
routinator package name
service_name
Data type: String
routinator service name
rtr_bind
Data type: String
rtr bind address
rtr_port
Data type: Integer
rtr port address
http_bind
Data type: String
rtr bind address
http_port
Data type: Integer
rtr port address
basic_packages
Data type: Array
packages needed before routinator
config_source
Data type: String
configuration file source path
config_path
Data type: String
configuration file destination path
gpg_key_source
Data type: String
gpg repo key source address
log_folder
Data type: String
log folder
work_folder
Data type: String
working folder
work_group
Data type: String
group used by routinator
config_enable
Data type: String
configuration file to enable routinator
config_enable_source
Data type: String
configuration source file to enable routinator template
repo_file
Data type: String
repository destination file
repo_file_source
Data type: String
repository source file
work_user
Data type: String
user used by routinator
gpg_filename
Data type: String
filename for gpg key
gpg_keyid
Data type: String
gpg key id
apt_repo_source
Data type: String
apt source file template
apt_repo_path
Data type: String
apt source file path
routinator::config
Configure routinator installation
routinator::package
Manage routinator package installation
routinator::repo
Manage repo for routinator installation
routinator::service
Handle routinator service
Dependencies
- puppetlabs/stdlib (>= 5.0.0 < 7.0.0)
MIT License Copyright (c) 2022 gizmo15 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.