Displaying 1 result from an estimated 1 matches for "redirect_ssl".
2013 Jan 11
13
Profiles, Hiera, and create_resources('class','...')
...efaults in yaml explicitly
sets each variable:
apache_ssl_enabled: True
apache_vhost_default_conf: ''apache/vhost-default.conf.erb''
apache_priority: ''25''
apache_servername: ''''
apache_serveraliasess: ''''
apache_auth: false
apache_redirect_ssl: false
.
.
.
and about 35 more lines like this.
class apache::params {
if $hiera_enabled {
$ssl = hiera(apache_ssl_enabled, True)
$template = hiera(apache_vhost_default_conf,
''apache/vhost-default.conf.erb'')
$priority = hiera(apache_priorit...