Skip to content

Commit

Permalink
change gmetad/gmond/web package installation to ensure => present ins…
Browse files Browse the repository at this point in the history
…tead of latest
  • Loading branch information
Joshua Hoblitt committed Nov 16, 2012
1 parent 69cd720 commit 179bccb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifests/gmetad/install.pp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
class ganglia::gmetad::install inherits ganglia::gmetad {

package { $gmetad_package_name:
ensure => latest,
ensure => present,
}
}
2 changes: 1 addition & 1 deletion manifests/gmond/install.pp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
class ganglia::gmond::install {

package { $gmond_package_name:
ensure => latest,
ensure => present,
}
}
2 changes: 1 addition & 1 deletion manifests/web/install.pp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
class ganglia::web::install inherits ganglia::web {

package { $web_package_name:
ensure => latest,
ensure => present,
}
}

0 comments on commit 179bccb

Please sign in to comment.