Merge "Fix typo in devstack-gate-secure.conf"

This commit is contained in:
Jenkins 2013-03-14 22:12:53 +00:00 committed by Gerrit Code Review
commit 0fda51cf91

View File

@ -34,7 +34,7 @@ class openstack_project::devstack_launch_slave (
owner => 'jenkins',
group => 'jenkins',
mode => '0600',
content => template('openstack_project/devstack-gate-secure.erb'),
content => template('openstack_project/devstack-gate-secure.conf.erb'),
require => File['/home/jenkins'],
}
}