Skip to content
GitLab
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
3cf5901d
Commit
3cf5901d
authored
Jul 10, 2020
by
intrigeri
Browse files
Switch to single, pre-existing Jenkins user
parent
9af5f53a
Changes
2
Hide whitespace changes
Inline
Side-by-side
manifests/jenkins/master.pp
View file @
3cf5901d
...
...
@@ -17,7 +17,7 @@ class tails::jenkins::master (
Enum
[
'present'
,
'absent'
]
$a
utomatic_iso_jobs_generator
=
'present'
,
Integer
$ac
tive_branches_max_age_in_days
=
49
,
String
$
gitolite_pubkey_name
=
'gitolite@puppet-git'
,
String
$a
pi_user
=
'
admin
'
,
String
$a
pi_user
=
'
Tails
'
,
Boolean
$
manage_mount
=
false
,
$
mount_device
=
false
,
...
...
manifests/jenkins/slave.pp
View file @
3cf5901d
#
Manage
resources
that
are
common
to
all
Tails
Jenkins
slaves
class
tails
::
jenkins
::
slave
(
String
$a
pi_token
,
String
$a
pi_user
=
'
admin
'
,
String
$a
pi_user
=
'
Tails
'
,
String
$
master_url
=
"
http
:
//jenkins.${::domain}:8080",
Stdlib
::
Fqdn
$
node_name
=
$::
hostname
,
)
{
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment