Merge pull request #4 from luxflux/patch-1
Fix small typo in variable name
This commit is contained in:
commit
df8a1b5059
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ define nginx::resource::location(
|
|||
if ($ssl == 'true') {
|
||||
file {"${nginx::config::nx_temp_dir}/nginx.d/${vhost}-800-${name}-ssl":
|
||||
ensure => $ensure_real,
|
||||
content => $content_re,
|
||||
content => $content_real,
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue