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
|
@ -14,8 +14,9 @@ class graphviz::python inherits graphviz {
|
||||||
|
|
||||||
package { "graphviz-python":
|
package { "graphviz-python":
|
||||||
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
Add a link
Reference in a new issue