Revision b3cc1646 src/Ganeti/Path.hs

b/src/Ganeti/Path.hs
34 34
  , clusterConfFile
35 35
  , watcherPauseFile
36 36
  , nodedCertFile
37
  , nodedClientCertFile
37 38
  , queueDir
38 39
  , jobQueueSerialFile
39 40
  , jobQueueLockFile 
......
109 110
nodedCertFile :: IO FilePath
110 111
nodedCertFile = dataDirP "server.pem"
111 112

  
113
-- | Path to the noded client certificate.
114
nodedClientCertFile :: IO FilePath
115
nodedClientCertFile = dataDirP "client.pem"
116

  
112 117
-- | Job queue directory.
113 118
queueDir :: IO FilePath
114 119
queueDir = dataDirP "queue"

Also available in: Unified diff