We want whoami but NOT authentication.

This commit is contained in:
Monty Taylor 2011-07-16 17:38:52 -04:00
parent 33c39b3402
commit 54c3bf733b
1 changed files with 0 additions and 14 deletions

View File

@ -128,20 +128,6 @@ class static_users {
}
file { 'jenkinsbazaarauth':
name => $operatingsystem ? {
Darwin => '/Users/jenkins/.bazaar/authentication.conf',
solaris => '/export/home/jenkins/.bazaar/authentication.conf',
default => '/home/jenkins/.bazaar/authentication.conf',
},
owner => 'jenkins',
group => 'jenkins',
mode => 640,
content => "[Launchpad]\nhost = .launchpad.net\nscheme = ssh\nuser = hudson-openstack\n",
ensure => 'present',
require => File['jenkinsbazaardir'],
}
file { 'jenkinsbazaarwhoami':
name => $operatingsystem ? {
Darwin => '/Users/jenkins/.bazaar/bazaar.conf',