From 54c3bf733b2151f3c778eec5b41dd2c9b8662219 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Sat, 16 Jul 2011 17:38:52 -0400 Subject: [PATCH] We want whoami but NOT authentication. --- manifests/static_users.pp | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/manifests/static_users.pp b/manifests/static_users.pp index 1c605bb090..6dec4b05ea 100644 --- a/manifests/static_users.pp +++ b/manifests/static_users.pp @@ -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',