Skip to content
This repository has been archived by the owner on Aug 9, 2021. It is now read-only.

Commit

Permalink
switched to using a defined type instead of a class so a user can ins…
Browse files Browse the repository at this point in the history
…tall more than one python binding
  • Loading branch information
Dean Malmgren committed Jul 17, 2013
1 parent 84495bc commit 030ce83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/python.pp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# there are many python bindings for elasticsearch. This provides all
# the ones we know about http://www.elasticsearch.org/guide/clients/
class elasticsearch::python (
$pkg_name = "rawes",
define elasticsearch::python (
$pkg_name = $title,
$ensure = "installed",
) {

Expand Down

0 comments on commit 030ce83

Please sign in to comment.