Version information
This version is compatible with:
- Puppet Enterprise 2023.8.x, 2023.7.x, 2023.6.x, 2023.5.x, 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-ccs_daq', '1.1.0'
Learn more about managing modules with a PuppetfileDocumentation
ccs_daq
Table of Contents
- Overview
- Description
- Usage - Configuration options and additional functionality
- Reference - An under-the-hood peek at what the module is doing and how
Overview
Configure LSST CCS DAQ related services.
Description
Note that this mod is tightly coupled to the
lsst/daq
mod.
Usage
Hiera Example
---
classes:
- "ccs_daq"
- "daq::daqsdk"
daq::daqsdk: "R5-V3.2"
Reference
See REFERENCE
Reference
Table of Contents
Classes
ccs_daq
: Configure LSST CCS DAQ related services by creating /etc/ccs config files. Note that this mod is tightly coupled to the lsst/daq mod.
Classes
ccs_daq
Configure LSST CCS DAQ related services by creating /etc/ccs config files. Note that this mod is tightly coupled to the lsst/daq mod.
Parameters
The following parameters are available in the ccs_daq
class:
owner
Data type: String
CCS user
Default value: 'ccsadm'
group
Data type: String
CCS group
Default value: 'ccsadm'
config_dir
Data type: String
CCS configuration directory
Default value: '/etc/ccs'
instrument
Data type: String
Name of the camera
Default value: 'comcam'
apps_noinstrument
Data type: Boolean
If true, do not include "instrument-" in the /etc/ccs/*.app names.
Default value: false
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.
v1.1.0 (2023-08-22)
Implemented enhancements:
v1.0.1 (2023-07-12)
Implemented enhancements:
- Add option to not include instrument- prefix in /etc/ccs/*.app file names #23 (glennmorris)
v1.0.0 (2023-06-23)
Breaking changes:
Implemented enhancements:
v0.5.0 (2023-01-31)
Implemented enhancements:
v0.4.1 (2022-08-17)
Merged pull requests:
v0.4.0 (2022-07-15)
Merged pull requests:
v0.3.0 (2022-06-17)
Merged pull requests:
v0.2.1 (2022-06-15)
Merged pull requests:
v0.2.0 (2022-06-14)
Merged pull requests:
v0.1.0 (2021-11-09)
* This Changelog was automatically generated by github_changelog_generator
Dependencies
- puppetlabs/stdlib (>= 5.0.0 < 10.0.0)
- lsst/daq (>= 1.1.0 < 3.0.0)