summaryrefslogtreecommitdiff
path: root/puppet/modules/lsb/manifests/centos.pp
diff options
context:
space:
mode:
authorMicah <micah@leap.se>2016-05-24 10:19:23 -0400
committerMicah <micah@leap.se>2016-05-24 10:19:23 -0400
commit6affc72f829247fc78b637c27f47cf8bf6beafb7 (patch)
treef0779bc4f1dcd2814cc7f10f73446900a5f21705 /puppet/modules/lsb/manifests/centos.pp
parentd5e5d2f82a403fe507e7c58a6373d693f0906a1e (diff)
parentc6ee07dab8f08fb336d3452e0eda3ffbfae5baad (diff)
Merge commit 'c6ee07dab8f08fb336d3452e0eda3ffbfae5baad' as 'puppet/modules/lsb'
Diffstat (limited to 'puppet/modules/lsb/manifests/centos.pp')
-rw-r--r--puppet/modules/lsb/manifests/centos.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/puppet/modules/lsb/manifests/centos.pp b/puppet/modules/lsb/manifests/centos.pp
new file mode 100644
index 00000000..b7006187
--- /dev/null
+++ b/puppet/modules/lsb/manifests/centos.pp
@@ -0,0 +1,5 @@
+class lsb::centos inherits lsb::base {
+ Package['lsb']{
+ name => 'redhat-lsb',
+ }
+}