diff --git a/.zuul.yaml b/.zuul.yaml index 89eaf8f..82a14d1 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,3 +1,11 @@ - project: templates: - puppet-openstack-library-jobs + check: + jobs: + - puppet-openstack-libraries-puppet-lint-ubuntu-jammy: + voting: false + gate: + jobs: + - puppet-openstack-libraries-puppet-lint-ubuntu-jammy: + voting: false diff --git a/Gemfile b/Gemfile index dc16cb6..1f313b2 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,6 @@ source 'https://rubygems.org' +gem 'git', '= 1.14.0' gem 'modulesync' gem 'json_pure'