diff options
author | Rob Austein <sra@hactrn.net> | 2010-02-20 01:57:05 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2010-02-20 01:57:05 +0000 |
commit | 20405060066591be29ea973dc4befbcd1bd152fa (patch) | |
tree | 88118659a436d4b4cc9f4247c6d7952601a25edc /myrpki.rototill/yamltest.py | |
parent | 59c7754af1be85edc2680fc4fcc22e2eb21d11d9 (diff) |
Checkpoint
svn path=/myrpki.rototill/examples/myrpki.conf; revision=2987
Diffstat (limited to 'myrpki.rototill/yamltest.py')
-rw-r--r-- | myrpki.rototill/yamltest.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/myrpki.rototill/yamltest.py b/myrpki.rototill/yamltest.py index 8a36cf8a..d35b6cc3 100644 --- a/myrpki.rototill/yamltest.py +++ b/myrpki.rototill/yamltest.py @@ -392,8 +392,8 @@ class allocation(object): r["rpkid", "irdb-url"] = "https://localhost:%d/" % self.irdbd_port r["rpkid", "server-port"] = "%d" % self.rpkid_port r["rpkid", "sql-database"] = "rpki%d" % self.engine - r["myrpki", "want_pubd"] = "true" if self.runs_pubd() else "false" - r["myrpki", "want_rootd"] = "true" if self.is_root() else "false" + r["myrpki", "run_pubd"] = "true" if self.runs_pubd() else "false" + r["myrpki", "run_rootd"] = "true" if self.is_root() else "false" r["irbe_cli", "rpkid-url"] = "https://localhost:%d/left-right" % self.rpkid_port if self.is_root(): |