c6219baa8d4bf9fef7d6386f0d9fb2a7714d3588
[genesis.git] / fuel / build / f_example_packadd / puppet / modules / opnfv / manifests / foobar.pp
1 class opnfv::foobar {
2   if $::osfamily == 'Debian' {
3     package { 'foobar':
4       ensure => installed,
5     }
6   }
7 }