Revision 84ad6b78 src/Ganeti/HsConstants.hs

b/src/Ganeti/HsConstants.hs
1739 1739
htools :: Bool
1740 1740
htools = AutoConf.htools
1741 1741

  
1742
-- * Key files for SSH daemon
1743

  
1744
sshHostDsaPriv :: String
1745
sshHostDsaPriv = sshConfigDir ++ "/ssh_host_dsa_key"
1746

  
1747
sshHostDsaPub :: String
1748
sshHostDsaPub = sshHostDsaPriv ++ ".pub"
1749

  
1750
sshHostRsaPriv :: String
1751
sshHostRsaPriv = sshConfigDir ++ "/ssh_host_rsa_key"
1752

  
1753
sshHostRsaPub :: String
1754
sshHostRsaPub = sshHostRsaPriv ++ ".pub"
1755

  
1742 1756
-- | Path generating random UUID
1743 1757
randomUuidFile :: String
1744 1758
randomUuidFile = ConstantUtils.randomUuidFile

Also available in: Unified diff