fix modules tests
This commit is contained in:
parent
dc56c9632e
commit
7d9b61349c
1 changed files with 4 additions and 18 deletions
|
|
@ -56,15 +56,8 @@ in
|
||||||
|
|
||||||
testRadarr = {
|
testRadarr = {
|
||||||
expected = {
|
expected = {
|
||||||
systemd.services.radarr = {
|
users = {};
|
||||||
serviceConfig = {
|
systemd.services.radarr = {};
|
||||||
StateDirectoryMode = "0750";
|
|
||||||
UMask = "0027";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
systemd.tmpfiles.rules = [
|
|
||||||
"d '/var/lib/radarr' 0750 radarr radarr - -"
|
|
||||||
];
|
|
||||||
shb.nginx.vhosts = [
|
shb.nginx.vhosts = [
|
||||||
{
|
{
|
||||||
autheliaRules = [
|
autheliaRules = [
|
||||||
|
|
@ -121,15 +114,8 @@ in
|
||||||
|
|
||||||
testRadarrWithBackup = {
|
testRadarrWithBackup = {
|
||||||
expected = {
|
expected = {
|
||||||
systemd.services.radarr = {
|
users = {};
|
||||||
serviceConfig = {
|
systemd.services.radarr = {};
|
||||||
StateDirectoryMode = "0750";
|
|
||||||
UMask = "0027";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
systemd.tmpfiles.rules = [
|
|
||||||
"d '/var/lib/radarr' 0750 radarr radarr - -"
|
|
||||||
];
|
|
||||||
shb.nginx.vhosts = [
|
shb.nginx.vhosts = [
|
||||||
{
|
{
|
||||||
autheliaRules = [
|
autheliaRules = [
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue