Skip to content
This repository has been archived by the owner on Jul 24, 2018. It is now read-only.

Commit

Permalink
wipe reference to unexisting parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
antoineco committed Dec 15, 2014
1 parent c7423c2 commit b65d0eb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,6 @@
$security_manager_real = $security_manager
}

$logfile_compress_real = bool2num($logfile_compress)

# get major version
$array_version = split($version, '[.]')
$maj_version = $array_version[0]
Expand Down
2 changes: 0 additions & 2 deletions manifests/instance.pp
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,6 @@
$security_manager_real = $security_manager
}

$logfile_compress_real = bool2num($logfile_compress)

# should we force download extras libs?
if $log4j_enable or $jmx_listener {
$extras_real = true
Expand Down

0 comments on commit b65d0eb

Please sign in to comment.