Revision 4b7863cb

b/src/Ganeti/Path.hs
32 32
  , defaultQuerySocket
33 33
  , confdHmacKey
34 34
  , clusterConfFile
35
  , watcherPauseFile
35 36
  , nodedCertFile
36 37
  , queueDir
37 38
  , jobQueueSerialFile
......
100 101
clusterConfFile :: IO FilePath
101 102
clusterConfFile  = dataDirP "config.data"
102 103

  
104
-- | Path to the watcher pause file.
105
watcherPauseFile :: IO FilePath
106
watcherPauseFile = dataDirP "watcher.pause"
107

  
103 108
-- | Path to the noded certificate.
104 109
nodedCertFile :: IO FilePath
105 110
nodedCertFile = dataDirP "server.pem"

Also available in: Unified diff