From 594f07ef734909318d23743f4fd8f5cfc5410edd Mon Sep 17 00:00:00 2001 From: James Fryman Date: Tue, 7 Jun 2011 11:00:01 -0500 Subject: [PATCH] Updated PuppetDoc header information Updated nginx::package::suse PuppetDoc header information to accurately reflect the requirement for all packages as defined within the RPM spec for SuSE and OpenSUSE --- manifests/package/suse.pp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/manifests/package/suse.pp b/manifests/package/suse.pp index dc208dc..b3da567 100644 --- a/manifests/package/suse.pp +++ b/manifests/package/suse.pp @@ -7,7 +7,9 @@ # There are no default parameters for this class. # # Actions: -# +# This module contains all of the required package for SuSE. Apache and all +# other packages listed below are built into the packaged RPM spec for +# SuSE and OpenSuSE. # Requires: # # Sample Usage: @@ -68,4 +70,4 @@ class nginx::package::suse { package { "rubygem-spruz": ensure => installed, } -} \ No newline at end of file +}