Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 472 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 472 Bytes

artifactory

Overview

This is a puppet module that installs Artifactory, a popular Binary repository manager on Debian systems. Currently, it installs a very specific version of Artifactory and should be seen as a proof of concept. Only tested on Debian Jessie.

Setup

To have Puppet install Artifactory default parameters, declare the artifactory class:

class { 'artifactory': }

You need a working installation of Oracle Java 8 on your system.