Remove modes on files
This commit is contained in:
parent
597e903e98
commit
718a39e142
1 changed files with 5 additions and 5 deletions
|
@ -80,12 +80,12 @@
|
||||||
files = [
|
files = [
|
||||||
"/etc/machine-id"
|
"/etc/machine-id"
|
||||||
# SSH Server
|
# SSH Server
|
||||||
{ file = "/etc/ssh/ssh_host_ed25519_key"; mode = "0600"; }
|
"/etc/ssh/ssh_host_ed25519_key"
|
||||||
{ file = "/etc/ssh/ssh_host_ed25519_key.pub"; mode = "0644"; }
|
"/etc/ssh/ssh_host_ed25519_key.pub"
|
||||||
{ file = "/etc/ssh/ssh_host_rsa_key"; mode = "0600"; }
|
"/etc/ssh/ssh_host_rsa_key"
|
||||||
{ file = "/etc/ssh/ssh_host_rsa_key.pub"; mode = "0644"; }
|
"/etc/ssh/ssh_host_rsa_key.pub"
|
||||||
# Ceph Client
|
# Ceph Client
|
||||||
{ file = "/etc/ceph/ceph.conf"; mode = "0644"; }
|
"/etc/ceph/ceph.conf"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue