Puppet lint fixes
Also, why is this its own class? Seem like it could be merged with an existing class or resolved with operating system packages. Change-Id: I4589ce08de58462ec18696c2ed52c4fd7e07aaf6 Signed-off-by: Paul Belanger <paul.belanger@polybeacon.com> Reviewed-on: https://review.openstack.org/15843 Approved: Clark Boylan <clark.boylan@gmail.com> Reviewed-by: Clark Boylan <clark.boylan@gmail.com> Tested-by: Jenkins
This commit is contained in:
@@ -1,5 +1,12 @@
|
|||||||
|
# Class: openssl
|
||||||
|
#
|
||||||
class openssl {
|
class openssl {
|
||||||
package { ["openssl", "ssl-cert"]:
|
$packages = [
|
||||||
|
'openssl',
|
||||||
|
'ssl-cert',
|
||||||
|
]
|
||||||
|
|
||||||
|
package { $packages:
|
||||||
ensure => present;
|
ensure => present;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user