summaryrefslogtreecommitdiff
path: root/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
commitc6ee07dab8f08fb336d3452e0eda3ffbfae5baad (patch)
tree6f09d1b439fca07bd03a6375440a1233282b22eb /manifests/centos.pp
Squashed 'puppet/modules/lsb/' content from commit bac64e7
git-subtree-dir: puppet/modules/lsb git-subtree-split: bac64e7595a6d4f8d409b024a26bddb1c06188d6
Diffstat (limited to 'manifests/centos.pp')
-rw-r--r--manifests/centos.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/centos.pp b/manifests/centos.pp
new file mode 100644
index 00000000..b7006187
--- /dev/null
+++ b/manifests/centos.pp
@@ -0,0 +1,5 @@
+class lsb::centos inherits lsb::base {
+ Package['lsb']{
+ name => 'redhat-lsb',
+ }
+}