Skip to content

Commit 47f2703

Browse files
committed
fix: correct perms on the parnet directory for this key file
1 parent 5cf08dd commit 47f2703

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

ansible-nix/tasks/stage2/stage2-setup-postgres.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@
3939

4040
#TODO include ls $(nix profile list | grep glibc-locales | tail -n 1 | cut -d ':' -f 2 | sed 's/^[ \t]*//')/lib/locale-archive
4141

42+
- name: Set permissions to 750 for /etc/ssl/private
43+
become: yes
44+
file:
45+
path: /etc/ssl/private
46+
mode: '0750'
47+
4248
- name: Set permissions for postgresql.env
4349
become: yes
4450
file:

common-nix.vars.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
postgres-version = "15.6.1.18-nix-staged"
1+
postgres-version = "15.6.1.19-nix-staged"

0 commit comments

Comments
 (0)