Merge changes I5340d4bd,I04d197c7
* changes: Remove refreshonly - it's only for exec types. Remove python-pip from jenkins_jobs.
This commit is contained in:
commit
422f759e9f
@ -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
|
||||
|
@ -31,10 +31,6 @@ class jenkins_jobs($site, $projects) {
|
||||
]
|
||||
}
|
||||
|
||||
package { "python-pip":
|
||||
ensure => present
|
||||
}
|
||||
|
||||
package { "python-jenkins":
|
||||
ensure => latest,
|
||||
provider => pip,
|
||||
|
Loading…
x
Reference in New Issue
Block a user