Mercurial > repos > other > Puppet
view modules/archive/examples/nexus.pp @ 471:65290cb0cec2
Tidy up SSH firewall handling
We can be generic while referencing private values for specific
ports
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sun, 12 May 2024 19:51:53 +0100 |
parents | 3fce34f642f1 |
children |
line wrap: on
line source
archive::nexus { '/tmp/jtstand-ui-0.98.jar': url => 'https://oss.sonatype.org', gav => 'org.codehaus.jtstand:jtstand-ui:0.98', repository => 'codehaus-releases', packaging => 'jar', extract => false, }