Skip to content

Commit

Permalink
#2935: hiera.yaml, define general 'nginx.yaml'
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff1evesque committed May 1, 2018
1 parent 67ec903 commit 54f18d0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions hiera.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@ hierarchy:
- name: 'General build packages'
path: hiera/packages.yaml

- name: 'Reverse proxy configurations'
path: "hiera/reverse-proxy/%{hostname}.yaml"
- name: 'Dynamic reverse proxy configurations'
path: "hiera/reverse-proxy/%{::hostname}.yaml"

- name: 'General proxy configurations'
path: "hiera/reverse-proxy/nginx.yaml"

- name: 'Webserver configurations'
path: "hiera/webserver/%{::hostname}.yaml"
Expand Down

0 comments on commit 54f18d0

Please sign in to comment.