https://github.com/lsst-it/puppet-ccs_daq
Puppet module for LSST CCS DAQ installation
https://github.com/lsst-it/puppet-ccs_daq
ccs daq deployment puppet puppet-module
Last synced: about 2 months ago
JSON representation
Puppet module for LSST CCS DAQ installation
- Host: GitHub
- URL: https://github.com/lsst-it/puppet-ccs_daq
- Owner: lsst-it
- License: apache-2.0
- Created: 2021-11-09T23:22:16.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-04T22:04:47.000Z (7 months ago)
- Last Synced: 2025-02-27T02:54:10.156Z (2 months ago)
- Topics: ccs, daq, deployment, puppet, puppet-module
- Language: Ruby
- Homepage:
- Size: 60.5 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# ccs_daq
## Table of Contents
1. [Overview](#overview)
1. [Description](#description)
1. [Usage - Configuration options and additional functionality](#usage)
1. [Reference - An under-the-hood peek at what the module is doing and how](#reference)## Overview
Configure LSST CCS DAQ related services.
## Description
Note that this mod is tightly coupled to the
[`lsst/daq`](https://github.com/lsst-it/puppet-daq) mod.## Usage
### Hiera Example
```yaml
---
classes:
- "ccs_daq"
- "daq::daqsdk"daq::daqsdk: "R5-V3.2"
```## Reference
See [REFERENCE](REFERENCE.md)