Removed APT repo from igraph module
This commit is contained in:
parent
0194a3d4b9
commit
ce38e1487f
1 changed files with 1 additions and 19 deletions
|
@ -1,29 +1,11 @@
|
||||||
# Install igraph.
|
|
||||||
#
|
|
||||||
class igraph {
|
|
||||||
|
|
||||||
case $operatingsystem {
|
|
||||||
ubuntu: {
|
|
||||||
apt::repo { "igraph.ppa.launchpad.net":
|
|
||||||
source => "http://ppa.launchpad.net/igraph/ppa/ubuntu",
|
|
||||||
key => "80C21FC1",
|
|
||||||
keyserver => "hkp://keyserver.ubuntu.com",
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
# Install python bindings for igraph.
|
# Install python bindings for igraph.
|
||||||
#
|
#
|
||||||
class igraph::python inherits igraph {
|
class igraph::python {
|
||||||
|
|
||||||
case $operatingsystem {
|
case $operatingsystem {
|
||||||
ubuntu: {
|
ubuntu: {
|
||||||
package { "python-igraph":
|
package { "python-igraph":
|
||||||
ensure => installed,
|
ensure => installed,
|
||||||
require => Apt::Repo["igraph.ppa.launchpad.net"],
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue