lib/poolparty/provisioners/capistrano/recipies/master.rb in auser-poolparty-0.2.88 vs lib/poolparty/provisioners/capistrano/recipies/master.rb in auser-poolparty-0.2.89
- old
+ new
@@ -95,9 +95,9 @@
cp #{remote_storage_path}/poolparty.pp /etc/puppet/manifests/classes/poolparty.pp
EOR
end
desc "Move poolparty keys"
def move_poolparty_keys
- run "cp #{remote_storage_path}/#{@full_keypair_name} #{@remote_keypair_path}"
+ run "cp #{remote_storage_path}/#{full_keypair_name} #{remote_keypair_path}"
end
# end
end
\ No newline at end of file