Added missing default package name to graphviz::python

This commit is contained in:
Ossi Salmi 2010-12-26 19:37:58 +02:00 committed by Timo Mkinen
parent a5a42f4bee
commit c2e18283a8

View file

@ -16,6 +16,7 @@ class graphviz::python inherits graphviz {
name => $operatingsystem ? { name => $operatingsystem ? {
debian => "libgv-python", debian => "libgv-python",
ubuntu => "libgv-python", ubuntu => "libgv-python",
default => "graphviz-python",
}, },
ensure => installed, ensure => installed,
} }