Skip to content

Commit

Permalink
Changed upstream_member.erb template directory path to match new loca…
Browse files Browse the repository at this point in the history
…tion.
  • Loading branch information
Chris Andrews committed Jan 31, 2017
1 parent 318f929 commit 2e2dd1d
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 2e2dd1d

Please sign in to comment.