Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Merot committed Mar 2, 2016
2 parents cc8e420 + 3d4bab1 commit db75d29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/peer.pp
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,13 @@
} else {
$already_in_pool = false
}

if !$already_in_pool {
exec { "gluster peer probe ${title}":
command => "${binary} peer probe ${title}",
}
}

}
}
}

0 comments on commit db75d29

Please sign in to comment.