Skip to content

Commit 64b7cea

Browse files
author
Carlos Sanchez
committed
Ensure client package is present, not latest
1 parent 10675c0 commit 64b7cea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

manifests/client/install.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
class ssh::client::install {
22
package { $ssh::params::client_package_name:
3-
ensure => latest,
3+
ensure => present,
44
}
55
}

0 commit comments

Comments
 (0)