summary refs log tree commit diff
path: root/nixos/tests/tomcat.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2013-10-29 01:26:51 +0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2013-10-29 01:26:51 +0100
commit98ae32286f91f25005949c3977e52f06d5894645 (patch)
tree20732305bfe529e2970048c5503831d3e85b95f5 /nixos/tests/tomcat.nix
parent738a6c173a3e1d92d589f5c32ecf793a1c115918 (diff)
downloadnixlib-98ae32286f91f25005949c3977e52f06d5894645.tar
nixlib-98ae32286f91f25005949c3977e52f06d5894645.tar.gz
nixlib-98ae32286f91f25005949c3977e52f06d5894645.tar.bz2
nixlib-98ae32286f91f25005949c3977e52f06d5894645.tar.lz
nixlib-98ae32286f91f25005949c3977e52f06d5894645.tar.xz
nixlib-98ae32286f91f25005949c3977e52f06d5894645.tar.zst
nixlib-98ae32286f91f25005949c3977e52f06d5894645.zip
Fix evaluation error in the tomcat test
Diffstat (limited to 'nixos/tests/tomcat.nix')
-rw-r--r--nixos/tests/tomcat.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/nixos/tests/tomcat.nix b/nixos/tests/tomcat.nix
index c25276aa424e..6bc88ec82fa2 100644
--- a/nixos/tests/tomcat.nix
+++ b/nixos/tests/tomcat.nix
@@ -10,10 +10,7 @@
         services.httpd.enable = true;
         services.httpd.adminAddr = "foo@bar.com";
         services.httpd.extraSubservices = [
-          { serviceType = "tomcat-connector";
-            stateDir = "/var/run/httpd";
-            logDir = "/var/log/httpd";
-          }
+          { serviceType = "tomcat-connector"; }
         ];
       };