summaryrefslogtreecommitdiff
path: root/puppet/modules/lsb/manifests/centos.pp
diff options
context:
space:
mode:
authorMicah <micah@leap.se>2016-07-12 16:45:31 -0400
committerMicah <micah@leap.se>2016-07-12 16:45:31 -0400
commit5552d592f9332e55bcf2a5d2c6b0258b8130c26b (patch)
treeadaaa20a3d5af5dca4fb5ff53cf370e45215253b /puppet/modules/lsb/manifests/centos.pp
parent2e384e68fb867d8ba7178c4398e35653ab567538 (diff)
git subrepo clone https://leap.se/git/puppet_lsb puppet/modules/lsb
subrepo: subdir: "puppet/modules/lsb" merged: "bac64e7" upstream: origin: "https://leap.se/git/puppet_lsb" branch: "master" commit: "bac64e7" git-subrepo: version: "0.3.0" origin: "https://github.com/ingydotnet/git-subrepo" commit: "1e79595" Change-Id: Ia48799c5442c7b930952fdb822bd80d796eab321
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',
+ }
+}