Skip to content

Commit c4c68c3

Browse files
committed
Default webhook type to github
Prior to this commit, providing the webhook type was required. After this commit, the webhook type will default to github since that should serve the majority of users. This type covers gitlab and github so that means bitbucket users will need to change it.
1 parent 85d992b commit c4c68c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/code_manager.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
$code_manager_service_user = 'code_manager_service_user',
44
$token_directory = '/etc/puppetlabs/puppetserver/.puppetlabs',
55
$gms_api_token = hiera('gms_api_token', undef),
6-
$git_management_system = hiera('git_management_system', undef),
6+
$git_management_system = hiera('git_management_system', 'github'),
77
$code_manager_ssh_key_directory = '/etc/puppetlabs/puppetserver/ssh',
88
$code_manager_ssh_key_file_name = 'id-control_repo.rsa',
99
$code_manager_role_name = 'Deploy Environments',

0 commit comments

Comments
 (0)