Code Review
/
genesis.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
history
|
raw
|
HEAD
Adding LICENSE file
[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
}