puppet-ironic/spec
Takashi Kajinami b307c40f35 Fix incorrect handling/update about deprecated parameters
This is a follow-up of 3864e15998 and
fixes the following point.

- ipxe_enabled parameter was deprecated during Xena cycle. The logic
  to purge the parameter was added to remove the parameter during
  update and should be kept during Xena.

- We should not pass undef directly to *_config resource because it
  results in an empty value in configuration files. We should replace
  the value by $::os_service_default to remove that parameter.

- It is recommended to gather deprecated parameters in one place
  in parameter definition block.

Change-Id: I02aadb4501c124e3373fe0d98453fc755ec82500
2021-07-23 01:16:55 +09:00
..
acceptance Add Puppet Litmus 2020-08-31 21:26:32 +02:00
classes Fix incorrect handling/update about deprecated parameters 2021-07-23 01:16:55 +09:00
defines Support new driver configuration options 2017-03-14 19:39:09 +01:00
functions Fix Inspector dnsmasq config for IPv6 2019-09-27 20:20:13 +02:00
unit Use anchor to require necessary packages 2020-05-04 03:04:16 +09:00
shared_examples.rb spec: updates for rspec-puppet 2.x and rspec 3.x 2015-03-24 17:34:33 +00:00
spec_helper.rb Set fixture paths for unit tests 2021-06-02 14:01:30 +09:00
spec_helper_acceptance.rb Add Puppet Litmus 2020-08-31 21:26:32 +02:00