Removing openssl class
Didn't seem worth it to try to split this small of a module out. I could be happy moving it into an openstack_project::openssl class. Change-Id: I36a27c5cddd2c4cbdd95cdcc015e54780fd441ae
This commit is contained in:
parent
47c70dcac4
commit
ff007f29a2
@ -1,12 +0,0 @@
|
||||
# Class: openssl
|
||||
#
|
||||
class openssl {
|
||||
$packages = [
|
||||
'openssl',
|
||||
'ssl-cert',
|
||||
]
|
||||
|
||||
package { $packages:
|
||||
ensure => present;
|
||||
}
|
||||
}
|
@ -8,7 +8,10 @@ class openstack_project::wiki (
|
||||
$ssl_chain_file_contents = ''
|
||||
) {
|
||||
|
||||
include openssl
|
||||
package { ['openssl', 'ssl-cert']:
|
||||
ensure => present;
|
||||
}
|
||||
|
||||
include subversion
|
||||
|
||||
class { 'openstack_project::server':
|
||||
|
Loading…
Reference in New Issue
Block a user