Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
immerda
RPM Packages
puppet-extensions
Commits
9837548d
Commit
9837548d
authored
Aug 13, 2020
by
mh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
likely we don't talk to pg anymore from puppet through agent mri
parent
b2c9d829
Pipeline
#3467
failed with stages
in 7 minutes and 48 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
puppet-extensions.spec
puppet-extensions.spec
+3
-1
No files found.
puppet-extensions.spec
View file @
9837548d
...
...
@@ -11,7 +11,7 @@
# we don't need sinatra oder openoffice in jruby
%define mrionly_gems sinatra roo simpleidn sha3
%if 0%{?rhel} >= 8
%define mrionly_gems_version1
pg
%define mrionly_gems_version1
none
%else
%define mrionly_gems_version1 pg --version '= 0.20'
%endif
...
...
@@ -81,7 +81,9 @@ echo -e "[master]\nconfdir=~/puppet\ncodedir=~/puppetcode" > ~/.puppetlabs/etc/p
export PATH=$PATH:/usr/pgsql-9.6/bin
/opt/puppetlabs/puppet/bin/gem install --lock --install-dir ./agent_gems --no-document -N %{gems} %{mrionly_gems}
%if "%{mrionly_gems_version1}" != "none"
/opt/puppetlabs/puppet/bin/gem install --lock --install-dir ./agent_gems --no-document -N %{mrionly_gems_version1}
%endif
/opt/puppetlabs/puppet/bin/gem install --lock --install-dir ./agent_gems --no-document -N %{version_gems1}
/opt/puppetlabs/puppet/bin/gem install --lock --install-dir ./agent_gems --no-document -N %{version_gems2}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment