Skip to content

Commit

Permalink
#149 fix default
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Green committed Aug 20, 2019
1 parent 5d81dc0 commit 1f82647
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
# @param fact_upload [Boolean]
# Should `puppet fact upload` be run after any changes to the fact cache files?
#
# @param apt_autoremove [Boolean]
# Should `apt-get autoremove` be run during reboot?
#
# @param manage_delta_rpm [Boolean]
# Should the deltarpm package be managed by this module on RedHat family nodes?
# If `true`, use the parameter `delta_rpm` to determine how it should be manged
Expand Down Expand Up @@ -118,7 +121,7 @@
Boolean $manage_delta_rpm = false,
Boolean $manage_yum_plugin_security = false,
Boolean $fact_upload = true,
Boolean $apt_autoremove = true,
Boolean $apt_autoremove = false,
Enum['installed', 'absent', 'purged', 'held', 'latest'] $yum_utils = 'installed',
Enum['installed', 'absent', 'purged', 'held', 'latest'] $delta_rpm = 'installed',
Enum['installed', 'absent', 'purged', 'held', 'latest'] $yum_plugin_security = 'installed',
Expand Down

0 comments on commit 1f82647

Please sign in to comment.