-
Thomas Bellman authored
The named_vhost.conf.erb template file references variables in the x509certs class when the 'certname' parameter of apache::named_vhost is specified. We need to include the class to make sure the variables are available. The variable references happened to work anyway in many practical cases, where the user used the x509certs module in other ways, but it isn't right to depend on that.
Thomas Bellman authoredThe named_vhost.conf.erb template file references variables in the x509certs class when the 'certname' parameter of apache::named_vhost is specified. We need to include the class to make sure the variables are available. The variable references happened to work anyway in many practical cases, where the user used the x509certs module in other ways, but it isn't right to depend on that.
Loading