reversing steps to create cert
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
## cd_nagios::certbot::config.pp
|
||||
## cd_nagios::certbot::certs.pp
|
||||
# Module name: cd_nagios
|
||||
# Author: Arne Teuke (arne_teuke@ConfDroid.com)
|
||||
# # License:
|
||||
@@ -20,7 +20,7 @@
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
# @summary Class manages all configuration files required for cd_nagios.
|
||||
##############################################################################
|
||||
class cd_nagios::certbot::config (
|
||||
class cd_nagios::certbot::certs (
|
||||
|
||||
) inherits cd_nagios::params {
|
||||
|
||||
@@ -29,6 +29,7 @@ class cd_nagios::certbot::config (
|
||||
if $ng_enable_certbot == true {
|
||||
|
||||
require cd_certbot
|
||||
require cd_apache
|
||||
|
||||
# ensure there is no forward vhost file
|
||||
|
||||
Reference in New Issue
Block a user