Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Latest commit

 

History

History
33 lines (24 loc) · 771 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 771 Bytes

userportal

Table of Contents

  1. Overview
  2. Usage - Configuration options and additional functionality

Overview

This module setups the perlbrew environment for, and installs the NOAO SDM user portal. This is an internal application and this module is useful only, at best, as a reference without access to SDM's private git repositories.

Usage

install perl+perlmods only

class { 'userportal':
  perlmods_git => '[email protected]:foo/perlmods.git',
  portal_git   => 'foo', # required even though not used
  perlenv_only => true,
}

install complete user portal

class { 'userportal':
  perlmods_git => '[email protected]:foo/perlmods.git',
  portal_git   => '[email protected]:foo/portal.git',
}