6165646ce63ff8ca68dda1a4ef4bef4f8ffb0d79
[genesis.git] / fuel / build / opendaylight / f_odl / puppet / modules / opnfv / manifests / odl.pp
1 class opnfv::odl {
2   if $::osfamily == 'Debian' {
3
4
5     case $::fuel_settings['role'] {
6       /controller/: {
7         package { 'odl':
8           ensure => installed,
9         }
10       }
11     }
12   }
13 }