Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Lonlone Lee
base
Commits
8e274164
Commit
8e274164
authored
Nov 06, 2015
by
Adam Lewenberg
Browse files
forgot to add openssh preferences file for wheezy
parent
d4a9dc54
Changes
2
Hide whitespace changes
Inline
Side-by-side
files/ssh/etc/apt/preferences.d/openssh.wheezy
0 → 100644
View file @
8e274164
# Use the openssh from backports on wheezy systems
Package: openssh-server
Pin: release a=wheezy-backports
Pin-Priority: 991
Package: openssh-client
Pin: release a=wheezy-backports
Pin-Priority: 991
manifests/ssh/package.pp
View file @
8e274164
...
...
@@ -17,10 +17,9 @@ class base::ssh::package (
}
elsif
(
$::lsbmajdistrelease
==
7
)
{
# On wheezy, pin the backported openssh
file
{
'/etc/apt/preferences.d/openssh'
:
file
{
'/etc/apt/preferences.d/openssh'
:
ensure
=>
present
,
source
=>
'puppet:///modules/base/ssh/etc/apt/preferences.d/openssh'
,
source
=>
'puppet:///modules/base/ssh/etc/apt/preferences.d/openssh
.wheezy
'
,
}
}
}
...
...
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