Version information
released Jun 17th 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-ccs_daq', '0.3.0'
Learn more about managing modules with a PuppetfileDocumentation
lsst/ccs_daq — version 0.3.0 Jun 17th 2022
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'
Dependencies
- puppetlabs/stdlib (>= 5.0.0 < 9.0.0)
- lsst/daq (>= 0.1.2 < 2.0.0)