From fe805666723e1c12a5d957608fd4b843663da2d3 Mon Sep 17 00:00:00 2001 From: Joshua Hoblitt Date: Mon, 26 Aug 2013 16:00:46 -0700 Subject: [PATCH] fix linter warnings --- manifests/install.pp | 10 ++++++++++ manifests/service.pp | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/manifests/install.pp b/manifests/install.pp index 14d6835..2577ac6 100644 --- a/manifests/install.pp +++ b/manifests/install.pp @@ -1,3 +1,13 @@ +# == Class: sysstat::install +# +# === Authors +# +# Joshua Hoblitt +# +# === Copyright +# +# Copyright (C) 2013 Joshua Hoblitt +# class sysstat::install { package {'sysstat': ensure => latest, diff --git a/manifests/service.pp b/manifests/service.pp index 271a1af..2862122 100644 --- a/manifests/service.pp +++ b/manifests/service.pp @@ -1,3 +1,13 @@ +# == Class: sysstat::service +# +# === Authors +# +# Joshua Hoblitt +# +# === Copyright +# +# Copyright (C) 2013 Joshua Hoblitt +# class sysstat::service { include sysstat::install