Merge changes I5340d4bd,I04d197c7

* changes:
  Remove refreshonly - it's only for exec types.
  Remove python-pip from jenkins_jobs.
This commit is contained in:
Jenkins 2012-05-22 15:57:31 +00:00 committed by Gerrit Code Review
commit 422f759e9f
2 changed files with 0 additions and 5 deletions

View File

@ -184,7 +184,6 @@ class gerrit($virtual_hostname='',
hasrestart => true,
require => File['/etc/init.d/gerritbot'],
subscribe => [ File["/usr/local/gerrit/gerritbot"] ],
refreshonly => true,
}
} # testmode==false

View File

@ -31,10 +31,6 @@ class jenkins_jobs($site, $projects) {
]
}
package { "python-pip":
ensure => present
}
package { "python-jenkins":
ensure => latest,
provider => pip,