Version 0.0.1 of /fuel-bild
[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 }