Skip to content

Commit

Permalink
Perm tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
stevage committed Feb 15, 2015
1 parent 9396136 commit ea5c92a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions osrm/osrminstall.sls
Original file line number Diff line number Diff line change
Expand Up @@ -51,17 +51,19 @@ osrm_instance_{{ instance.profile }}:
file.managed:
- source: salt://osrm/start-osrm.sh
- template: jinja
- permissions: 774
- mode: 774
- user: ubuntu
- group: ubuntu
- context:
port: {{instance.port}}

{{pillar.tm_osrmdir}}/{{instance.profile}}/update-osrm.sh:
file.managed:
- source: salt://osrm/update-osrm.sh
- template: jinja
- permissions: 774
- mode: 774
- user: ubuntu
- group: ubuntu
- context:
port: {{instance.port}}

Expand Down

0 comments on commit ea5c92a

Please sign in to comment.