10,945 downloads
10,945 latest version
2.3 quality score
Add this module to a Bolt project:
bolt module add maestrodev-artifactory
Add this declaration to your Puppetfile:
mod 'maestrodev-artifactory', '1.0.0'
Manually install this module with Puppet module tool:
puppet module install maestrodev-artifactory --version 1.0.0
Downloading to your local machine 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 or for testing purposes.
##Artifactory Puppet Module
This is a really simple Puppet module used to provision Artifactory. Currently this only supports RPM-based environments.
class { "artifactory": } is all you need in your manifest.
class { "artifactory": }