Fix lint warnings about ensure placement
This commit is contained in:
parent
a8ebd9417c
commit
96fb1bacbc
21 changed files with 53 additions and 48 deletions
|
@ -13,12 +13,12 @@ class graphviz {
|
|||
class graphviz::python inherits graphviz {
|
||||
|
||||
package { "graphviz-python":
|
||||
ensure => installed,
|
||||
name => $::operatingsystem ? {
|
||||
debian => "libgv-python",
|
||||
ubuntu => "libgv-python",
|
||||
default => "graphviz-python",
|
||||
},
|
||||
ensure => installed,
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue