Lint fixes

This commit is contained in:
Ossi Salmi 2015-05-04 11:03:26 +03:00
parent 96fb1bacbc
commit f70c8572a5
18 changed files with 71 additions and 43 deletions

View file

@ -3,11 +3,12 @@
class igraph::python {
case $::operatingsystem {
ubuntu: {
"ubuntu": {
package { "python-igraph":
ensure => installed,
}
}
default: { }
}
}