module-lsb/manifests/centos.pp

6 lines
89 B
ObjectPascal
Raw Permalink Normal View History

2009-10-30 22:01:36 +01:00
class lsb::centos inherits lsb::base {
Package['lsb']{
name => 'redhat-lsb',
}
}