File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 7373 $limit_core_size = $gridinit::params::limit_core_size,
7474 $limit_max_files = $gridinit::params::limit_max_files,
7575 $limit_stack_size = $gridinit::params::limit_stack_size,
76+ $command_true = $gridinit::params::command_true,
7677 $no_exec = $gridinit::params::no_exec,
7778
7879 $programs = {},
Original file line number Diff line number Diff line change 1111 $libdir = " ${prefixdir} /lib"
1212 $packages_names = [' openio-gridinit' ]
1313 $package_install_options = ' --force-yes'
14+ $command_true = ' /bin/true'
1415 }
1516 ' RedHat' : {
1617 case $::architecture {
1920 }
2021 $packages_names = [' openio-gridinit' ,' openio-gridinit-utils' ]
2122 $package_install_options = undef
23+ $command_true = ' /usr/bin/true'
2224 }
2325 default: { fail(" osfamily ${::osfamily} not supported." ) }
2426 }
Original file line number Diff line number Diff line change 66
77 if $::gridinit::no_exec {
88 exec { 'gridinitctl_reload' :
9- command => ' /usr/bin/true ' ,
9+ command => $::gridinit::command_true ,
1010 }
1111 }
1212 else {
You can’t perform that action at this time.
0 commit comments