]> git.proxmox.com Git - pve-cluster.git/commitdiff
also initialize /root/.ssh with 'pvecm updatecerts'
authorDietmar Maurer <dietmar@proxmox.com>
Wed, 31 Oct 2012 13:22:56 +0000 (14:22 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 31 Oct 2012 13:22:56 +0000 (14:22 +0100)
Makefile
data/PVE/pvecm
debian/changelog

index 9c785f503d92eda4d5fbe480d1609da3d68ff42d..ddceb27c778260867ccb5c9042048ab36b30ed6a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ RELEASE=2.2
 
 PACKAGE=pve-cluster
 PKGVER=1.0
-PKGREL=30
+PKGREL=31
 
 ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH)
 
index 50593a66361fa2847846a2da1a79edd2bde03dde..1b6377a74b6c3223b11756889a5840daf5783029 100755 (executable)
@@ -605,6 +605,9 @@ __PACKAGE__->register_method ({
     code => sub {
        my ($param) = @_;
 
+       PVE::Cluster::setup_rootsshconfig();
+       PVE::Cluster::setup_ssh_keys();
+
        PVE::Cluster::gen_pve_vzdump_symlink();
 
        if (!PVE::Cluster::check_cfs_quorum(1)) {
index 19b85a3f960917256b2d222a89bfbdb28ba8fc35..28b8c82bbd86b7cad25400f3e50b0974bbed6ae1 100644 (file)
@@ -1,3 +1,10 @@
+pve-cluster (1.0-31) unstable; urgency=low
+
+  * also initialize /root/.ssh with 'pvecm updatecerts'. That way we
+    create a default /root/.ssh/config when updating this package.
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 31 Oct 2012 14:22:38 +0100
+
 pve-cluster (1.0-30) unstable; urgency=low
 
   * create /root/.ssh/config and set default Chiphers