fix traling slash and aligment
This commit is contained in:
parent
72bb663caf
commit
952805aaeb
1 changed files with 3 additions and 3 deletions
|
@ -68,9 +68,9 @@ define nginx::resource::upstream (
|
|||
}
|
||||
|
||||
concat { "${::nginx::config::conf_dir}/conf.d/${name}-upstream.conf":
|
||||
ensure => $ensure_real,
|
||||
notify => Class['::nginx::service'],
|
||||
require => File["${::nginx::config::conf_dir}/conf.d/"]
|
||||
ensure => $ensure_real,
|
||||
notify => Class['::nginx::service'],
|
||||
require => File["${::nginx::config::conf_dir}/conf.d"]
|
||||
}
|
||||
|
||||
# Uses: $name, $upstream_cfg_prepend
|
||||
|
|
Loading…
Reference in a new issue