hubspotdevops / puppet-nexus

Puppet module for Sonatype Nexus
MIT License
24 stars 92 forks source link

Download site param support #12

Closed flaccid closed 10 years ago

flaccid commented 10 years ago

This small change provides the ability to specify the download_site in your manifest, for example:

  class { '::nexus':
    version        => '2.8.0',
    revision       => '05',
    download_site  => 'http://puppet'
  }
tmclaugh commented 10 years ago

I like this.