Forge Home

htcondor

Puppet module for HTCondor batch system

16,992 downloads

4,280 latest version

3.3 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 2.4.3 (latest)
  • 2.4.2
  • 2.2.0
  • 2.1.0
  • 2.0.9
  • 2.0.8
  • 2.0.7
  • 2.0.6
  • 2.0.4
  • 2.0.3
  • 2.0.2 (deleted)
  • 2.0.2-1
  • 2.0.1
  • 1.3.1
  • 1.2.0
released Feb 10th 2016

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'HEPPuppet-htcondor', '1.3.1'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add HEPPuppet-htcondor
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install HEPPuppet-htcondor --version 1.3.1

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

HEPPuppet/htcondor — version 1.3.1 Feb 10th 2016

Puppet module for HTCondor batch system

Latest stable version: https://github.com/HEP-Puppet/htcondor/releases/tag/v1.3.1

Development branch (heading for 2.0.0): https://github.com/HEP-Puppet/htcondor/tree/development

Build Status

Installation requirements

  • pool_password file created with condor_store_cred -f <path_to_htcondor_module>/files/pool_password

Tests

Please run bundle exec rake validate && bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--format documentation' and make sure no errors are present when submitting code.