Skip to content

Commit

Permalink
replacing debian with redhat in the redhat manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimmy Tam committed Aug 27, 2015
1 parent 2617a4e commit 3e62bed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions manifests/os/redhat.pp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# ZooKeeper installation on Debian
# ZooKeeper installation on Redhat
class zookeeper::os::redhat(
$ensure = present,
$snap_retain_count = 3,
Expand Down Expand Up @@ -30,12 +30,12 @@
if versioncmp($::puppetversion, '3.6.0') >= 0 {
ensure_resource('package', $java_package,
{'ensure' => $ensure, 'allow_virtual' => true,
'before' => Anchor['zookeeper::os::debian::java']}
'before' => Anchor['zookeeper::os::redhat::java']}
)
} else {
ensure_resource('package', $java_package,
{'ensure' => $ensure,
'before' => Anchor['zookeeper::os::debian::java']}
'before' => Anchor['zookeeper::os::redhat::java']}
)
}

Expand Down

0 comments on commit 3e62bed

Please sign in to comment.