summaryrefslogtreecommitdiff
path: root/puppet/modules/lsb/manifests/centos.pp
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2016-06-09 17:32:48 +0200
committervarac <varacanero@zeromail.org>2016-06-14 12:05:18 +0200
commit5a5cf2ad4599691a35e76ec3cd13bedb6bdc97c1 (patch)
treef1a9b693f9af701035d0230451ef672b11218dd5 /puppet/modules/lsb/manifests/centos.pp
parent48c365fe2168aaca00e482c00e88b94c4c166459 (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.git" commit: "cb2995b"
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',
+ }
+}