Do not show diffs of image files
... because these are binary files and diffs are not really useful. Change-Id: Ife95969ab90bdba3d3af55e021b7bd6b76f94b2c
This commit is contained in:
@@ -228,6 +228,7 @@ class ironic::pxe (
|
||||
mode => '0744',
|
||||
source => "${::ironic::params::ipxe_rom_dir}/undionly.kpxe",
|
||||
backup => false,
|
||||
show_diff => false,
|
||||
require => Anchor['ironic-inspector::install::end'],
|
||||
tag => 'ironic-tftp-file',
|
||||
}
|
||||
@@ -240,6 +241,7 @@ class ironic::pxe (
|
||||
mode => '0744',
|
||||
source => "${::ironic::params::ipxe_rom_dir}/${ipxe_name_base}${arch}.efi",
|
||||
backup => false,
|
||||
show_diff => false,
|
||||
require => Anchor['ironic-inspector::install::end'],
|
||||
tag => 'ironic-tftp-file',
|
||||
}
|
||||
|
@@ -60,6 +60,7 @@ describe 'ironic::pxe' do
|
||||
'require' => 'Anchor[ironic-inspector::install::end]',
|
||||
'seltype' => 'tftpdir_t',
|
||||
'ensure' => 'file',
|
||||
'show_diff' => false,
|
||||
'backup' => false,
|
||||
)
|
||||
end
|
||||
@@ -70,6 +71,7 @@ describe 'ironic::pxe' do
|
||||
'require' => 'Anchor[ironic-inspector::install::end]',
|
||||
'seltype' => 'tftpdir_t',
|
||||
'ensure' => 'file',
|
||||
'show_diff' => false,
|
||||
'backup' => false,
|
||||
)
|
||||
end
|
||||
@@ -111,6 +113,7 @@ describe 'ironic::pxe' do
|
||||
'require' => 'Anchor[ironic-inspector::install::end]',
|
||||
'seltype' => 'tftpdir_t',
|
||||
'ensure' => 'file',
|
||||
'show_diff' => false,
|
||||
'backup' => false,
|
||||
)
|
||||
end
|
||||
@@ -121,6 +124,7 @@ describe 'ironic::pxe' do
|
||||
'require' => 'Anchor[ironic-inspector::install::end]',
|
||||
'seltype' => 'tftpdir_t',
|
||||
'ensure' => 'file',
|
||||
'show_diff' => false,
|
||||
'backup' => false,
|
||||
)
|
||||
end
|
||||
|
Reference in New Issue
Block a user