root/trunk/repository/Bundler/ssh.xml

Revision 2668, 0.9 kB (checked in by desai, 2 years ago)

Add revision and origin info for Bundler/ssh.xml

  • Property svn:keywords set to Id Revision
Line 
1 <Bundle revision='$Revision$' name='ssh' version='2.0'
2         origin='https://svn.mcs.anl.gov/repos/bcfg/trunk/repository/Bundler/ssh.xml'>
3   <ConfigFile name='/etc/ssh/ssh_host_dsa_key'/>
4   <ConfigFile name='/etc/ssh/ssh_host_rsa_key'/>
5   <ConfigFile name='/etc/ssh/ssh_host_dsa_key.pub'/>
6   <ConfigFile name='/etc/ssh/ssh_host_rsa_key.pub'/>
7   <ConfigFile name='/etc/ssh/ssh_host_key'/>
8   <ConfigFile name='/etc/ssh/ssh_host_key.pub'/>
9   <ConfigFile name='/etc/ssh/sshd_config'/>
10   <ConfigFile name='/etc/ssh/ssh_config'/>
11   <ConfigFile name='/etc/ssh/ssh_known_hosts'/>
12   <Group name='rpm'>
13     <Package name='openssh'/>
14     <Package name='openssh-askpass'/>
15     <Service name='sshd'/>
16     <Group name='fedora' >
17        <Package name='openssh-clients'/>
18        <Package name='openssh-server'/>
19     </Group>
20   </Group>
21   <Group name='deb'>
22     <Package name='ssh'/>
23     <Service name='ssh'/>
24   </Group>
25 </Bundle>
Note: See TracBrowser for help on using the browser.