From 698e6e98b88caa90f4479dbb04d4b2b0b79867df Mon Sep 17 00:00:00 2001 From: mh Date: Fri, 30 Oct 2009 22:01:36 +0100 Subject: init of lsb module --- manifests/centos.pp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 manifests/centos.pp (limited to 'manifests/centos.pp') diff --git a/manifests/centos.pp b/manifests/centos.pp new file mode 100644 index 0000000..b700618 --- /dev/null +++ b/manifests/centos.pp @@ -0,0 +1,5 @@ +class lsb::centos inherits lsb::base { + Package['lsb']{ + name => 'redhat-lsb', + } +} -- cgit v1.2.3