Skip to content

Commit

Permalink
backport to 3.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
arunpatyal authored and arunpatyal committed Sep 1, 2018
1 parent 72c41d2 commit 29bfbf7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
$accessid = undef,
$accesskey = undef,
$category = undef,
Boolean $clobber = false,
$clobber = false,
$collector_name = undef,
$collector_secure_files = undef,
$collector_url = 'https://collectors.sumologic.com',
Expand All @@ -12,19 +12,19 @@
$disable_action_source = undef,
$disable_script_source = undef,
$disable_upgrade = undef,
Boolean $ephemeral = false,
$ephemeral = false,
$hostname = $::hostname,
Boolean $local_config_mgmt = false,
Boolean $manage_sources = false,
Boolean $sources_override = false,
Boolean $sync_sources_override = false,
$local_config_mgmt = false,
$manage_sources = false,
$sources_override = false,
$sync_sources_override = false,
$proxy_host = undef,
$proxy_ntlmdomain = undef,
$proxy_password = undef,
$proxy_port = undef,
$proxy_user = undef,
$runas_username = undef,
Boolean $skip_access_key_removal = false,
$skip_access_key_removal = false,
$skip_registration = undef,
$sources_directory_or_file = 'file',
$sumo_exec = $sumo::params::sumo_exec,
Expand All @@ -38,7 +38,7 @@
$target_cpu = undef,
$token = undef,
$time_zone = undef,
Boolean $use_package = false,
$use_package = false,
$win_run_as_password = undef,
) inherits sumo::params {

Expand Down

0 comments on commit 29bfbf7

Please sign in to comment.