Skip to content

Commit

Permalink
fix(tofs): rename default config files
Browse files Browse the repository at this point in the history
  • Loading branch information
n-rodriguez committed Oct 3, 2019
1 parent 19acc34 commit a20a724
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apt-cacher/ng/client/config/file.sls
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ apt-cacher/ng/client/config/file:
- user: root
- group: root
- mode: '644'
- source: {{ files_switch(['client.conf.tmpl'],
- source: {{ files_switch(['client.conf'],
lookup='apt-cacher/ng/client/config/file',
use_subpath=True
)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions apt-cacher/ng/server/config/file.sls
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ apt-cacher/ng/server/config/file:
- user: root
- group: {{ apt_cacher_ng.root_group }}
- mode: '644'
- source: {{ files_switch(['server.conf.tmpl'],
- source: {{ files_switch(['server.conf'],
lookup='apt-cacher/ng/server/config/file',
use_subpath=True
)
Expand Down Expand Up @@ -64,7 +64,7 @@ apt-cacher/ng/server/config/credentials:
- user: {{ apt_cacher_ng.user }}
- group: {{ apt_cacher_ng.group }}
- mode: '600'
- source: {{ files_switch(['security.conf.tmpl'],
- source: {{ files_switch(['security.conf'],
lookup='apt-cacher/ng/server/config/credentials',
use_subpath=True
)
Expand Down

0 comments on commit a20a724

Please sign in to comment.