Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
platform
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
leap
platform
Commits
acf491a4
There was a problem fetching the pipeline summary.
Verified
Commit
acf491a4
authored
7 years ago
by
Varac
Browse files
Options
Downloads
Plain Diff
Merge branch 'python_cryptography'
parents
ef455a41
03ff5b1d
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
puppet/modules/site_apt/manifests/preferences/python_cryptography.pp
+12
-0
12 additions, 0 deletions
...les/site_apt/manifests/preferences/python_cryptography.pp
puppet/modules/site_mx/manifests/init.pp
+2
-0
2 additions, 0 deletions
puppet/modules/site_mx/manifests/init.pp
with
14 additions
and
0 deletions
puppet/modules/site_apt/manifests/preferences/python_cryptography.pp
0 → 100644
+
12
−
0
View file @
acf491a4
# Pin python-cryptography to jessie-backports in order to
# satisfy leap-mx dependency (>=17.0)
# see https://0xacab.org/leap/platform/issues/8837
class
site_apt::preferences::python_cryptography
{
apt::preferences_snippet
{
'python_cryptography'
:
package
=>
'python-cryptography python-openssl python-pyasn1 python-setuptools python-pkg-resources python-cffi'
,
release
=>
"
${::lsbdistcodename}
-backports"
,
priority
=>
999
;
}
}
This diff is collapsed.
Click to expand it.
puppet/modules/site_mx/manifests/init.pp
+
2
−
0
View file @
acf491a4
...
...
@@ -19,4 +19,6 @@ class site_mx {
include
::site_check_mk::agent::mx
# install twisted from jessie backports
include
::site_apt::preferences::twisted
# install python-cryptography from jessie backports
include
::site_apt::preferences::python_cryptography
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment