test
This commit is contained in:
parent
c95ddaad4d
commit
2dfb483d67
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
# Set up the secret for the password:
|
||||
sops.secrets.promtail-pass = {
|
||||
owner = "promtail";
|
||||
sopsFile = ../secrets/secrets.yaml;
|
||||
sopsFile = ../../../secrets/secrets.yaml;
|
||||
restartUnits = [ "promtail.service" ];
|
||||
};
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# Set up the secrets file for the token:
|
||||
sops.secrets.telegraf-token = {
|
||||
owner = "telegraf";
|
||||
sopsFile = ../secrets/secrets.yaml;
|
||||
sopsFile = ../../../secrets/secrets.yaml;
|
||||
restartUnits = [ "telegraf.service" ];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue