Added launchpad login info to bazaar.conf.

Change-Id: I0266017f4aa303bcf8b48e6c5fa39b447d406ded
This commit is contained in:
Monty Taylor 2011-08-02 14:36:40 -07:00
parent 174dc13921
commit 5ebad0f28d
2 changed files with 7 additions and 1 deletions

View File

@ -0,0 +1,4 @@
[DEFAULT]
email = OpenStack Jenkins <jenkins@openstack.org>
launchpad_username = hudson-openstack

View File

@ -86,9 +86,11 @@ define jenkinsuser($ensure = present) {
owner => 'jenkins',
group => 'jenkins',
mode => 640,
content => "[DEFAULT]\nemail = OpenStack Jenkins <jenkins@openstack.org>\n",
ensure => 'present',
require => File['jenkinsbazaardir'],
source => [
"puppet:///modules/jenkins_slave/bazaar.conf",
],
}
file { 'jenkinsbazaarauth':