Code Review
/
genesis.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
history
|
raw
|
HEAD
Starting point for ODL Integration
[genesis.git]
/
fuel
/
build
/
f_libxt
/
puppet
/
modules
/
opnfv
/
manifests
/
libxt.pp
1
class opnfv::libxt {
2
if $::osfamily == 'Debian' {
3
case $::fuel_settings['role'] {
4
/controller/: {
5
package { 'libxtst6':
6
ensure => installed,
7
}
8
}
9
}
10
}
11
}