File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
2020-4-28 5.5.0
2
- - Support rhsm .processTimeout in #97
2
+ - Support rhsmd .processTimeout in #97
3
3
- Include masking of Entitlement type per MR in #99
4
4
5
5
2020-04-28 5.4.2
Original file line number Diff line number Diff line change @@ -72,6 +72,7 @@ def self.text_options
72
72
rhsm_plugindir : 'rhsm.plugindir' ,
73
73
rhsmcertd_certcheckinterval : 'rhsmcertd.certcheckinterval' ,
74
74
rhsmcertd_autoattachinterval : 'rhsmcertd.autoattachinterval' ,
75
+ rhsmd_processtimeout : 'rhsmd.processtimeout' ,
75
76
logging_default_log_level : 'logging.default_log_level' ,
76
77
logging_subscription_manager : 'logging.subscription_manager' ,
77
78
logging_rhsm : 'logging.rhsm' ,
@@ -199,7 +200,7 @@ def self.binary_options
199
200
end
200
201
end
201
202
202
- newproperty ( :rhsmd_processTimeout ) do
203
+ newproperty ( :rhsmd_processtimeout ) do
203
204
desc 'Control how long to allow the rhsmd cron job to run'
204
205
validate do |value |
205
206
raise ( "Require a number. Was given #{ value } ." ) unless value . to_i and value . to_i >= 0
Original file line number Diff line number Diff line change 28
28
# rhsm_repo_ca_cert => '/etc/rhsm/ca/',
29
29
# rhsm_report_package_profile => 1,
30
30
# rhsmcertd_autoattachinterval => 1440,
31
- # rhsm_processTimeout => 3600,
31
+ # rhsmd_processTimeout => 3600,
32
32
# }
33
33
34
34
described_class = Puppet ::Type . type ( :rhsm_config )
You can’t perform that action at this time.
0 commit comments