Updates docs for SR1 with final revision
[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 }