Skip to content

Commit

Permalink
Fix puppet-lint warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
jairojunior committed May 13, 2015
1 parent 3bcb3e3 commit 87fff16
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions manifests/nexus.pp
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@
# More info here: https://repository.sonatype.org/nexus-restlet1x-plugin/default/docs/path__artifact_maven_content.html
#
define archive::nexus (
$ensure = present,
$checksum_type = 'md5',
$packaging = 'jar',
$url,
$gav,
$repository,
$classifier = undef,
$extension = undef,
$user = undef,
$owner = undef,
$group = undef,
$extract = undef,
$extract_path = undef,
$creates = undef,
$cleanup = undef,
$ensure = present,
$checksum_type = 'md5',
$packaging = 'jar',
$classifier = undef,
$extension = undef,
$user = undef,
$owner = undef,
$group = undef,
$extract = undef,
$extract_path = undef,
$creates = undef,
$cleanup = undef,
) {

include archive::params
Expand Down

0 comments on commit 87fff16

Please sign in to comment.