Starting point for ODL Integration
[genesis.git] / fuel / build / f_libpcs / puppet / modules / opnfv / manifests / libpcs.pp
1 class opnfv::libpcs {
2   if $::osfamily == 'Debian' {
3     case $::fuel_settings['role'] {
4       /controller/: {
5         package { 'libpcsclite1':
6           ensure => installed,
7         }
8       }
9     }
10   }
11 }