revert change priority type

This commit is contained in:
Lebedev Vadim 2014-01-14 19:57:13 +04:00
parent e94af129e4
commit 088f1414c9

View file

@ -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}",
}
}