Skip to content

Commit

Permalink
Merge pull request #1012 from triforce/fix_invalid_path_in_upstream_m…
Browse files Browse the repository at this point in the history
…ember_resource

Changed upstream_member.erb template directory path to match new loca…
  • Loading branch information
wyardley authored Feb 2, 2017
2 parents ab729b5 + 2e2dd1d commit 547b1fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/resource/upstream/member.pp
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@
concat::fragment { "${upstream}_upstream_member_${name}":
target => "${::nginx::conf_dir}/conf.d/${upstream}-upstream.conf",
order => 40,
content => template('nginx/conf.d/upstream_member.erb'),
content => template('nginx/upstream/upstream_member.erb'),
}
}

0 comments on commit 547b1fd

Please sign in to comment.