Added launchpad login info to bazaar.conf.
Change-Id: I0266017f4aa303bcf8b48e6c5fa39b447d406ded
This commit is contained in:
parent
174dc13921
commit
5ebad0f28d
4
modules/jenkins_slave/files/bazaar.conf
Normal file
4
modules/jenkins_slave/files/bazaar.conf
Normal file
@ -0,0 +1,4 @@
|
||||
[DEFAULT]
|
||||
email = OpenStack Jenkins <jenkins@openstack.org>
|
||||
launchpad_username = hudson-openstack
|
||||
|
@ -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':
|
||||
|
Loading…
x
Reference in New Issue
Block a user