Skip to content

Commit 78b6b67

Browse files
committed
minor change to ssh pub key env variable
1 parent 7daf57d commit 78b6b67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kitchen.jenkins

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ driver:
55
rackspace_username: <%= ENV['rackspace_username'] %>
66
rackspace_api_key: <%= ENV['rackspace_api_key'] %>
77
rackspace_region: 'DFW'
8-
public_key_path: <%= ENV['SSH_KEY_FILE'] %>
8+
public_key_path: <%= ENV['SSH_PUB_KEY_FILE'] %>
99

1010
platforms:
1111
- name: centos-6.4

0 commit comments

Comments
 (0)