Skip to content

Commit

Permalink
fix traling slash and aligment
Browse files Browse the repository at this point in the history
  • Loading branch information
Tombar committed May 7, 2015
1 parent 44afdd6 commit ec8e31e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions manifests/resource/upstream.pp
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@
}

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
Expand Down

0 comments on commit ec8e31e

Please sign in to comment.