Skip to content

Commit

Permalink
Ensure client package is present, not latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Sanchez committed Jan 10, 2014
1 parent 10675c0 commit 64b7cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/client/install.pp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class ssh::client::install {
package { $ssh::params::client_package_name:
ensure => latest,
ensure => present,
}
}

0 comments on commit 64b7cea

Please sign in to comment.