Skip to content

Commit

Permalink
fix linter warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Hoblitt committed Aug 26, 2013
1 parent ce3c6cb commit fe80566
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions manifests/install.pp
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# == Class: sysstat::install
#
# === Authors
#
# Joshua Hoblitt <[email protected]>
#
# === Copyright
#
# Copyright (C) 2013 Joshua Hoblitt
#
class sysstat::install {
package {'sysstat':
ensure => latest,
Expand Down
10 changes: 10 additions & 0 deletions manifests/service.pp
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# == Class: sysstat::service
#
# === Authors
#
# Joshua Hoblitt <[email protected]>
#
# === Copyright
#
# Copyright (C) 2013 Joshua Hoblitt
#
class sysstat::service {
include sysstat::install

Expand Down

0 comments on commit fe80566

Please sign in to comment.