Skip to content

jhoblitt/puppet-userportal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 => 'git@example.org:foo/perlmods.git',
  portal_git   => 'foo', # required even though not used
  perlenv_only => true,
}

install complete user portal

class { 'userportal':
  perlmods_git => 'git@example.org:foo/perlmods.git',
  portal_git   => 'git@example.org:foo/portal.git',
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published