We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e6e34e commit ce2a3a9Copy full SHA for ce2a3a9
manifests/mod/cache_disk.pp
@@ -59,10 +59,7 @@
59
},
60
default => $cache_root,
61
}
62
- $_configuration_file_name = $configuration_file_name ? {
63
- undef => 'cache_disk.conf',
64
- default => $configuration_file_name
65
- }
+ $_configuration_file_name = pick($configuration_file_name, 'cache_disk.conf')
66
$_class_name = 'apache::mod::cache_disk'
67
68
apache::mod { 'cache_disk': }
0 commit comments