Skip to content

Commit

Permalink
base package install class
Browse files Browse the repository at this point in the history
  • Loading branch information
rodjek committed Apr 29, 2012
0 parents commit addd7c6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions manifests/package.pp
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
class sensu::package {
package { 'sensu':
ensure => latest,
}
}

0 comments on commit addd7c6

Please sign in to comment.