Remove modes on files
parent
597e903e98
commit
718a39e142
|
@ -80,12 +80,12 @@
|
|||
files = [
|
||||
"/etc/machine-id"
|
||||
# SSH Server
|
||||
{ file = "/etc/ssh/ssh_host_ed25519_key"; mode = "0600"; }
|
||||
{ file = "/etc/ssh/ssh_host_ed25519_key.pub"; mode = "0644"; }
|
||||
{ file = "/etc/ssh/ssh_host_rsa_key"; mode = "0600"; }
|
||||
{ file = "/etc/ssh/ssh_host_rsa_key.pub"; mode = "0644"; }
|
||||
"/etc/ssh/ssh_host_ed25519_key"
|
||||
"/etc/ssh/ssh_host_ed25519_key.pub"
|
||||
"/etc/ssh/ssh_host_rsa_key"
|
||||
"/etc/ssh/ssh_host_rsa_key.pub"
|
||||
# Ceph Client
|
||||
{ file = "/etc/ceph/ceph.conf"; mode = "0644"; }
|
||||
"/etc/ceph/ceph.conf"
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue