Added missing default package name to graphviz::python
This commit is contained in:
parent
a5a42f4bee
commit
c2e18283a8
1 changed files with 3 additions and 2 deletions
|
@ -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,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue