Skip to content

Commit

Permalink
Removing trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Merot committed Mar 2, 2016
1 parent 809066b commit cc8e420
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/volume.pp
Original file line number Diff line number Diff line change
Expand Up @@ -101,13 +101,13 @@
$binary = $::gluster_binary
if $binary{
# we need the Gluster binary to do anything!

if $::gluster_peer_list != undef{
$minimal_requirements = true
} else {
$minimal_requirements = false
}

if $::gluster_volume_list != undef and member( split( $::gluster_volume_list, ',' ), $title ) {
$already_exists = true
} else {
Expand Down

0 comments on commit cc8e420

Please sign in to comment.