Skip to content

lsst-it/puppet-daq

Repository files navigation

daq

Table of Contents

  1. Overview
  2. Description
  3. Usage - Configuration options and additional functionality
  4. Reference - An under-the-hood peek at what the module is doing and how

Overview

Installs and configures LSST DAQ software.

Description

This module installs the daq-sdk and rpt-sdk packages. It is also able to [optionally] manage the dsid and rce services.

Usage

Hiera Example

---
classes:
  - "daq::daqsdk"
  - "daq::rptsdk"
  - "daq::service::dsid"
  - "daq::service::rce"

daq::daqsdk: "R5-V3.2"
daq::rptsdk: "3.5.3"

Reference

See REFERENCE