]> gitweb.fluxo.info Git - puppet-common.git/commitdiff
create a common class to install openssl
authorDavid Schmitt <david@schmitt.edv-bus.at>
Mon, 15 Sep 2008 13:37:34 +0000 (15:37 +0200)
committerDavid Schmitt <david@schmitt.edv-bus.at>
Mon, 15 Sep 2008 13:37:34 +0000 (15:37 +0200)
manifests/init.pp

index be94ab88157145fe2a13d653a5c30f832313c959..e0feaaf2c81a6d982fbad58576c10eda229dc283 100644 (file)
@@ -15,3 +15,6 @@ file {
 
 import "defines/*.pp"
 import "classes/*.pp"
+
+# common packages
+class pkg::openssl { package { openssl: ensure => installed } }