revert change priority type
This commit is contained in:
parent
e94af129e4
commit
088f1414c9
1 changed files with 2 additions and 2 deletions
|
@ -270,7 +270,7 @@ define nginx::resource::location (
|
|||
concat::fragment { "${vhost_sanitized}-${priority}-${location_sanitized}":
|
||||
target => $config_file,
|
||||
content => $content_real,
|
||||
order => $priority,
|
||||
order => "${priority}",
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -280,7 +280,7 @@ define nginx::resource::location (
|
|||
concat::fragment {"${vhost_sanitized}-${ssl_priority}-${location_sanitized}-ssl":
|
||||
target => $config_file,
|
||||
content => $content_real,
|
||||
order => $ssl_priority,
|
||||
order => "${ssl_priority}",
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue