From 9a2c68367f8ac75ce52e315253d28f6710a80702 Mon Sep 17 00:00:00 2001 From: David Schmitt Date: Mon, 15 Sep 2008 15:37:34 +0200 Subject: create a common class to install openssl --- manifests/init.pp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'manifests') diff --git a/manifests/init.pp b/manifests/init.pp index be94ab8..e0feaaf 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -15,3 +15,6 @@ file { import "defines/*.pp" import "classes/*.pp" + +# common packages +class pkg::openssl { package { openssl: ensure => installed } } -- cgit v1.2.3