File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5555 }
5656
5757 exec { 'init phpbrew' :
58- command => ' sudo /usr/bin/phpbrew init' ,
58+ command => ' /usr/bin/ sudo /usr/bin/phpbrew init' ,
5959 creates => " /root/.phpbrew/bashrc" ,
6060 subscribe => File [' /usr/bin/phpbrew' ],
6161 refreshonly => true ,
8080 }
8181
8282 exec { 'update basbrc' :
83- command => " bash"
83+ command => " /bin/ bash"
8484 }
8585
8686 file { "/root/.phpbrew/install_extension.sh" :
Original file line number Diff line number Diff line change 3737 }
3838
3939 exec { "install php-${php_version}" :
40- command => " sudo PHPBREW_ROOT=${install_dir} /usr/bin/phpbrew install --old php-${php_version} +default +intl ${extra_params} " ,
40+ command => " /usr/bin/ sudo PHPBREW_ROOT=${install_dir} /usr/bin/phpbrew install --old php-${php_version} +default +intl ${extra_params} " ,
4141 creates => " ${install_dir} /php/php-${php_version} /bin/php" ,
4242 timeout => 0,
4343 }
You can’t perform that action at this time.
0 commit comments