Create missing link on controller: id_rsa.pub --> id_packstack.pub

Change-Id: I0c267c9e228e79b9b34f313d2e1f02086a6c41fb
This commit is contained in:
Christian Berendt 2015-01-08 19:07:36 +01:00
parent 673d390dbb
commit ae8fa8c3d0
1 changed files with 1 additions and 0 deletions

View File

@ -33,3 +33,4 @@
- /home/vagrant/patches/nova_compute_libvirt.pp
- copy: src=files/gitconfig dest=/home/vagrant/.gitconfig owner=vagrant group=vagrant mode=0644
- file: src=/home/vagrant/.ssh/id_packstack dest=/home/vagrant/.ssh/id_rsa owner=vagrant group=vagrant state=link
- file: src=/home/vagrant/.ssh/id_packstack.pub dest=/home/vagrant/.ssh/id_rsa.pub owner=vagrant group=vagrant state=link