This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
# @param [String] pt_pkg_ensure valid: "present", "latest", "v1.2.3"
|
||||
# @param [String] pt_agent_pkg the packages for agents to install
|
||||
# @param [String] pt_server_pkg the server packages to install
|
||||
# @param [Array] pt_db_pkg the packages for puppetdb
|
||||
# @param [Array] pt_r10k_pkg the packages for r10k to install
|
||||
# @param [String] pt_user the puppet user
|
||||
# @param [String] pt_user_comment the user comment
|
||||
@@ -61,7 +60,7 @@ class puppet_cd::params (
|
||||
String $pt_pkg_ensure = 'latest',
|
||||
String $pt_agent_pkg = 'puppet-agent',
|
||||
String $pt_server_pkg = 'puppetserver',
|
||||
Array $pt_r10k_pkg = ['ruby','ruby-devel','rubygems','gcc','make'],
|
||||
Array $pt_r10k_pkg = ['ruby','ruby-devel','rubygems','gcc','make'],
|
||||
Array $pt_r10k_webhook_pkg = ['webrick', 'r10k_gitlab_webhook'],
|
||||
|
||||
# user settings
|
||||
|
||||
Reference in New Issue
Block a user