Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emmapeel
puppet-tails
Commits
b7905976
Commit
b7905976
authored
Jul 24, 2020
by
Zen Fu
Browse files
Access jenkins-tools.git using SSH (sysadmin#17729)
parent
fb994690
Changes
1
Show whitespace changes
Inline
Side-by-side
manifests/tester/check_po.pp
View file @
b7905976
...
...
@@ -2,7 +2,7 @@
class
tails::tester::check_po
(
String
$tools_repo_local_user
=
'jenkins'
,
Stdlib
::
Absolutepath
$tools_repo_checkout
=
'/var/lib/jenkins/tools'
,
String
$tools_repo_url
=
'
https://
gitlab.tails.boum.org
/
tails/jenkins-tools.git'
,
String
$tools_repo_url
=
'
git@
gitlab
-ssh
.tails.boum.org
:
tails/jenkins-tools.git'
,
String
$tools_repo_rev
=
'master'
,
String
$tools_repo_ensure
=
'latest'
,
)
{
...
...
Write
Preview
Supports
Markdown
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